feat(cert-manager): move LE issuer to later sync wave

This commit is contained in:
Sebastian Mark 2024-09-04 21:46:02 +02:00
parent 13cded188f
commit 3c3cc604e6
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@ metadata:
namespace: cert-manager
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
argocd.argoproj.io/sync-wave: "2"
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
@ -23,6 +24,7 @@ metadata:
namespace: cert-manager
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
argocd.argoproj.io/sync-wave: "2"
spec:
acme:
server: https://acme-staging-v02.api.letsencrypt.org/directory

View file

@ -6,5 +6,6 @@ metadata:
namespace: cert-manager
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
argocd.argoproj.io/sync-wave: "2"
spec:
selfSigned: {}