From ef1470625f26bb552001df7b8fec9616cc7280d1 Mon Sep 17 00:00:00 2001 From: Zoran Sinnema Date: Thu, 17 Nov 2022 13:58:03 +0100 Subject: [PATCH] #620 feat: fix ingress name issue with issuer --- .../helm/templates/certs/letsencrypt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 027cc891..ff9c7929 100644 --- a/utilities/cloudharness_utilities/deployment-configuration/helm/templates/certs/letsencrypt.yaml +++ b/utilities/cloudharness_utilities/deployment-configuration/helm/templates/certs/letsencrypt.yaml @@ -12,5 +12,5 @@ spec: solvers: - http01: ingress: - ingressName: cloudharness-ingress + name: cloudharness-ingress {{ end }}