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: