Skip to content

Commit

Permalink
fix: preview sync wave
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Nov 28, 2022
1 parent b6b2104 commit 9aa8879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions preview/helm/templates/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ metadata:
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
annotations:
argocd.argoproj.io/sync-wave: "2"
spec:
project: {{ .Values.project }}
source:
Expand Down
2 changes: 2 additions & 0 deletions preview/helm/templates/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
annotations:
argocd.argoproj.io/sync-wave: "-1"
spec:
project: example-preview-envs
source:
Expand Down

0 comments on commit 9aa8879

Please sign in to comment.