From b4063b851985e38b3f8d277b1a91c2efc7447d24 Mon Sep 17 00:00:00 2001 From: Tarashish Mishra Date: Tue, 26 Nov 2024 21:50:02 +0530 Subject: [PATCH] Change to ClusterIssuer --- helm/zeno/templates/cert-issuer.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: