Skip to content

Commit

Permalink
Optionally allow for applications to be rolled out in an ordered fashion
Browse files Browse the repository at this point in the history
  • Loading branch information
beekhof committed Jul 18, 2024
1 parent 912b510 commit 44d10b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clustergroup/templates/plumbing/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ metadata:
namespace: {{ $namespace }}
labels:
validatedpatterns.io/pattern: {{ $.Values.global.pattern }}
{{- if .wave }}
annotations:
argocd.argoproj.io/sync-wave: {{ .wave }}
{{- end }}
finalizers:
- resources-finalizer.argocd.argoproj.io/foreground
spec:
Expand Down

0 comments on commit 44d10b3

Please sign in to comment.