diff --git a/helm/zeno/templates/cert-issuer.yaml b/helm/zeno/templates/cert-issuer.yaml index efc7ad5..9cb50e1 100644 --- a/helm/zeno/templates/cert-issuer.yaml +++ b/helm/zeno/templates/cert-issuer.yaml @@ -1,6 +1,6 @@ {{- if .Values.config.enable_tls }} apiVersion: cert-manager.io/v1 -kind: Issuer +kind: ClusterIssuer metadata: name: letsencrypt-staging spec: @@ -19,7 +19,7 @@ spec: class: nginx --- apiVersion: cert-manager.io/v1 -kind: Issuer +kind: ClusterIssuer metadata: name: letsencrypt-prod spec: