Skip to content

Commit 44d10b3

Browse files
committed
Optionally allow for applications to be rolled out in an ordered fashion
1 parent 912b510 commit 44d10b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clustergroup/templates/plumbing/applications.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ metadata:
127127
namespace: {{ $namespace }}
128128
labels:
129129
validatedpatterns.io/pattern: {{ $.Values.global.pattern }}
130+
{{- if .wave }}
131+
annotations:
132+
argocd.argoproj.io/sync-wave: {{ .wave }}
133+
{{- end }}
130134
finalizers:
131135
- resources-finalizer.argocd.argoproj.io/foreground
132136
spec:

0 commit comments

Comments
 (0)