Skip to content

Commit 06f787e

Browse files
committed
fix: sync-wave order
1 parent 2e04c0e commit 06f787e

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

bootstrap/app/templates/bootstrap.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ kind: AppProject
44
metadata:
55
name: bootstrap
66
namespace: argocd
7+
annotations:
8+
argocd.argoproj.io/sync-wave: "-1"
79
spec:
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
2729
spec:

bootstrap/app/templates/global.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2727
spec:

bootstrap/app/templates/platform.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ kind: Application
2222
metadata:
2323
name: platform
2424
namespace: argocd
25+
annotations:
26+
argocd.argoproj.io/sync-wave: "0"
2527
finalizers:
2628
- resources-finalizer.argocd.argoproj.io
2729
spec:

bootstrap/app/templates/system.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2727
spec:

0 commit comments

Comments
 (0)