@@ -3,7 +3,7 @@ apiVersion: cert-manager.io/v1
33kind : ClusterIssuer
44metadata :
55 annotations :
6- argocd.argoproj.io/sync-wave : " -50 "
6+ argocd.argoproj.io/sync-wave : " -90 "
77 labels :
88 {{- include "temporal.resourceLabels" (list . "" "") | nindent 4 }}
99 name : {{ $.Release.Name }}-selfsigned-ca-issuer
@@ -15,7 +15,7 @@ apiVersion: cert-manager.io/v1
1515kind : Certificate
1616metadata :
1717 annotations :
18- argocd.argoproj.io/sync-wave : " -45 "
18+ argocd.argoproj.io/sync-wave : " -85 "
1919 labels :
2020 {{- include "temporal.resourceLabels" (list . "" "") | nindent 4 }}
2121 name : {{ $.Release.Name }}-ca-certificate
@@ -39,7 +39,7 @@ apiVersion: cert-manager.io/v1
3939kind : ClusterIssuer
4040metadata :
4141 annotations :
42- argocd.argoproj.io/sync-wave : " -40 "
42+ argocd.argoproj.io/sync-wave : " -80 "
4343 labels :
4444 {{- include "temporal.resourceLabels" (list . "" "") | nindent 4 }}
4545 name : {{ $.Release.Name }}-selfsigned-issuer
@@ -51,7 +51,7 @@ apiVersion: cert-manager.io/v1
5151kind : Certificate
5252metadata :
5353 annotations :
54- argocd.argoproj.io/sync-wave : " -40 "
54+ argocd.argoproj.io/sync-wave : " -80 "
5555 labels :
5656 {{- include "temporal.resourceLabels" (list . "" "") | nindent 4 }}
5757 name : {{ $.Release.Name }}-cluster-certificate
@@ -76,7 +76,7 @@ apiVersion: cert-manager.io/v1
7676kind : Certificate
7777metadata :
7878 annotations :
79- argocd.argoproj.io/sync-wave : " -40 "
79+ argocd.argoproj.io/sync-wave : " -80 "
8080 labels :
8181 {{- include "temporal.resourceLabels" (list . "" "") | nindent 4 }}
8282 name : {{ $.Release.Name }}-web-certificate
@@ -92,7 +92,7 @@ apiVersion: cert-manager.io/v1
9292kind : Certificate
9393metadata :
9494 annotations :
95- argocd.argoproj.io/sync-wave : " -40 "
95+ argocd.argoproj.io/sync-wave : " -80 "
9696 labels :
9797 {{- include "temporal.resourceLabels" (list . "" "") | nindent 4 }}
9898 name : {{ $.Release.Name }}-admin-certificate
@@ -112,7 +112,7 @@ apiVersion: cert-manager.io/v1
112112kind : Certificate
113113metadata :
114114 annotations :
115- argocd.argoproj.io/sync-wave : " -40 "
115+ argocd.argoproj.io/sync-wave : " -80 "
116116 labels :
117117 {{- include "temporal.resourceLabels" (list . "" "") | nindent 4 }}
118118 name : {{ $.Release.Name }}-provider-certificate
@@ -193,7 +193,7 @@ apiVersion: trust.cert-manager.io/v1alpha1
193193kind : Bundle
194194metadata :
195195 annotations :
196- argocd.argoproj.io/sync-wave : " -25 "
196+ argocd.argoproj.io/sync-wave : " -65 "
197197 labels :
198198 {{- include "temporal.resourceLabels" (list . "" "") | nindent 4 }}
199199 name : {{ $.Release.Name }}-trust-bundle
@@ -213,7 +213,7 @@ apiVersion: cert-manager.io/v1
213213kind : Certificate
214214metadata :
215215 annotations :
216- argocd.argoproj.io/sync-wave : " -40 "
216+ argocd.argoproj.io/sync-wave : " -80 "
217217 labels :
218218 {{- include "temporal.resourceLabels" (list . "" "") | nindent 4 }}
219219 name : {{ $.Release.Name }}-tctl-certificate
@@ -231,7 +231,7 @@ metadata:
231231 name : pushsecret-tctl-{{ $.Release.Name }}
232232 namespace : {{ $.Release.Namespace }}
233233 annotations :
234- argocd.argoproj.io/sync-wave : " -35 "
234+ argocd.argoproj.io/sync-wave : " -75 "
235235spec :
236236 updatePolicy : Replace
237237 refreshInterval : 1h
0 commit comments