From 9b4a666a5b1f6c79d6d48ef33841a32ba738010e Mon Sep 17 00:00:00 2001 From: Zoran Sinnema Date: Thu, 17 Nov 2022 13:54:28 +0100 Subject: [PATCH] #620 feat: switch from clusterissuer to issuer --- .../helm/templates/certs/letsencrypt.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utilities/cloudharness_utilities/deployment-configuration/helm/templates/certs/letsencrypt.yaml b/utilities/cloudharness_utilities/deployment-configuration/helm/templates/certs/letsencrypt.yaml index 67765b99..027cc891 100644 --- a/utilities/cloudharness_utilities/deployment-configuration/helm/templates/certs/letsencrypt.yaml +++ b/utilities/cloudharness_utilities/deployment-configuration/helm/templates/certs/letsencrypt.yaml @@ -1,6 +1,6 @@ {{- if and (not .Values.local) (not (not .Values.tls)) }} -apiVersion: cert-manager.io/v1alpha2 -kind: ClusterIssuer +apiVersion: cert-manager.io/v1 +kind: Issuer metadata: name: {{ printf "%s-%s" "letsencrypt" .Values.namespace }} spec: