From 54a43df33816390458dce4cfbee3b0467ade0d0b Mon Sep 17 00:00:00 2001 From: April Rieger Date: Fri, 19 Jul 2024 09:30:16 -0700 Subject: [PATCH] Update the cert-manager cluster-issuer to wildcard-issuer --- ops/staging-deploy.tmpl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/staging-deploy.tmpl.yaml b/ops/staging-deploy.tmpl.yaml index 25f6edf4..1ee1907b 100644 --- a/ops/staging-deploy.tmpl.yaml +++ b/ops/staging-deploy.tmpl.yaml @@ -53,7 +53,7 @@ ingress: annotations: kubernetes.io/ingress.class: "nginx" nginx.ingress.kubernetes.io/proxy-body-size: "0" - cert-manager.io/cluster-issuer: "letsencrypt-production-dns" + cert-manager.io/cluster-issuer: wildcard-issuer tls: - hosts: - '*.s2.adventistdigitallibrary.org'