Skip to content

Commit 75ea801

Browse files
Fix cert-manager sync waves (#36)
1 parent fffccf3 commit 75ea801

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

charts/temporal/templates/certificates.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: cert-manager.io/v1
33
kind: ClusterIssuer
44
metadata:
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
1515
kind: Certificate
1616
metadata:
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
3939
kind: ClusterIssuer
4040
metadata:
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
5151
kind: Certificate
5252
metadata:
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
7676
kind: Certificate
7777
metadata:
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
9292
kind: Certificate
9393
metadata:
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
112112
kind: Certificate
113113
metadata:
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
193193
kind: Bundle
194194
metadata:
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
213213
kind: Certificate
214214
metadata:
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"
235235
spec:
236236
updatePolicy: Replace
237237
refreshInterval: 1h

0 commit comments

Comments
 (0)