Add sync-wave

This commit is contained in:
Ruben Hensen
2024-09-06 01:33:20 +02:00
parent f04f7a1449
commit c6f35f3d3b
2 changed files with 9 additions and 2 deletions
-1
View File
@@ -9,7 +9,6 @@ spec:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
project: default project: default
source: source:
path: ''
repoURL: https://charts.jetstack.io repoURL: https://charts.jetstack.io
targetRevision: v1.15.3 targetRevision: v1.15.3
chart: cert-manager chart: cert-manager
+9 -1
View File
@@ -2,6 +2,8 @@ apiVersion: cert-manager.io/v1
kind: ClusterIssuer kind: ClusterIssuer
metadata: metadata:
name: prod-cluster-issuer name: prod-cluster-issuer
annotations:
argocd.argoproj.io/sync-wave: "2"
spec: spec:
acme: acme:
# The ACME server URL # The ACME server URL
@@ -15,4 +17,10 @@ spec:
solvers: solvers:
- http01: - http01:
ingress: ingress:
ingressClassName: nginx ingressClassName: nginx
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true