From f8c720d61a3f718f476b49e8c8ae55c924912d38 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Wed, 16 Oct 2024 13:23:47 +0200 Subject: [PATCH] trial and error --- argocd-nginx/base/argocd-certificate.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/argocd-nginx/base/argocd-certificate.yaml b/argocd-nginx/base/argocd-certificate.yaml index da46f33..f4d04bd 100644 --- a/argocd-nginx/base/argocd-certificate.yaml +++ b/argocd-nginx/base/argocd-certificate.yaml @@ -7,16 +7,13 @@ spec: # Secret names are always required. secretName: tls-secret - duration: 2160h # 90d - renewBefore: 360h # 15d - # At least one of commonName (possibly through literalSubject), dnsNames, uris, emailAddresses, ipAddresses or otherNames is required. dnsNames: - argocd-test.streams.sunet.se # Issuer references are always required. issuerRef: - name: ca-issuer + name: letsencrypt # We can reference ClusterIssuers by changing the kind here. # The default value is Issuer (i.e. a locally namespaced Issuer) kind: ClusterIssuer