Skip to content

Commit

Permalink
fix: sync-wave order
Browse files Browse the repository at this point in the history
  • Loading branch information
locmai committed Dec 31, 2021
1 parent 2e04c0e commit 06f787e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion bootstrap/app/templates/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ kind: AppProject
metadata:
name: bootstrap
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "-1"
spec:
description: bootstrap project
clusterResourceWhitelist:
Expand All @@ -21,7 +23,7 @@ metadata:
name: bootstrap
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "-1"
argocd.argoproj.io/sync-wave: "0"
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/app/templates/global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
name: global
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "-1"
argocd.argoproj.io/sync-wave: "0"
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
Expand Down
2 changes: 2 additions & 0 deletions bootstrap/app/templates/platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ kind: Application
metadata:
name: platform
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "0"
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/app/templates/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
name: system
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "-1"
argocd.argoproj.io/sync-wave: "0"
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
Expand Down

0 comments on commit 06f787e

Please sign in to comment.