From e987c7a62d5f5d9fd8722278acb185d39ba3aead Mon Sep 17 00:00:00 2001 From: Jake Heath <76011913+jakeyheath@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:35:32 -0700 Subject: [PATCH] fix: for custom hosts use the http solver (#146) --- stack/templates/_helpers.tpl | 2 +- stack/tests/ingress_test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stack/templates/_helpers.tpl b/stack/templates/_helpers.tpl index fd3461b..4cc319e 100644 --- a/stack/templates/_helpers.tpl +++ b/stack/templates/_helpers.tpl @@ -29,7 +29,7 @@ If release name contains chart name it will be used as a full name. {{- define "certManagerAnnotations" -}} -cert-manager.io/cluster-issuer: letsencrypt-prod-dns +cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/private-key-algorithm: RSA cert-manager.io/private-key-size: '4096' external-dns.alpha.kubernetes.io/exclude: "false" diff --git a/stack/tests/ingress_test.yaml b/stack/tests/ingress_test.yaml index b9281e9..e6291a5 100644 --- a/stack/tests/ingress_test.yaml +++ b/stack/tests/ingress_test.yaml @@ -125,7 +125,7 @@ tests: - documentIndex: 0 equal: path: metadata.annotations["cert-manager.io/cluster-issuer"] - value: letsencrypt-prod-dns + value: letsencrypt-prod - documentIndex: 0 equal: path: metadata.annotations["cert-manager.io/private-key-algorithm"]