File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ kind: AppProject
44metadata :
55 name : bootstrap
66 namespace : argocd
7+ annotations :
8+ argocd.argoproj.io/sync-wave : " -1"
79spec :
810 description : bootstrap project
911 clusterResourceWhitelist :
@@ -21,7 +23,7 @@ metadata:
2123 name : bootstrap
2224 namespace : argocd
2325 annotations :
24- argocd.argoproj.io/sync-wave : " -1 "
26+ argocd.argoproj.io/sync-wave : " 0 "
2527 finalizers :
2628 - resources-finalizer.argocd.argoproj.io
2729spec :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ metadata:
2121 name : global
2222 namespace : argocd
2323 annotations :
24- argocd.argoproj.io/sync-wave : " -1 "
24+ argocd.argoproj.io/sync-wave : " 0 "
2525 finalizers :
2626 - resources-finalizer.argocd.argoproj.io
2727spec :
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ kind: Application
2222metadata :
2323 name : platform
2424 namespace : argocd
25+ annotations :
26+ argocd.argoproj.io/sync-wave : " 0"
2527 finalizers :
2628 - resources-finalizer.argocd.argoproj.io
2729spec :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ metadata:
2121 name : system
2222 namespace : argocd
2323 annotations :
24- argocd.argoproj.io/sync-wave : " -1 "
24+ argocd.argoproj.io/sync-wave : " 0 "
2525 finalizers :
2626 - resources-finalizer.argocd.argoproj.io
2727spec :
You can’t perform that action at this time.
0 commit comments