File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ metadata:
6
6
annotations :
7
7
" helm.sh/hook " : " post-install,post-upgrade"
8
8
" helm.sh/hook-weight " : " 1"
9
+ " argocd.argoproj.io/sync-wave " : " 1"
9
10
name : capi-system
10
11
---
11
12
# Source: cluster-api-operator/templates/infra-conditions.yaml
@@ -87,6 +88,7 @@ metadata:
87
88
annotations :
88
89
" helm.sh/hook " : " post-install,post-upgrade"
89
90
" helm.sh/hook-weight " : " 2"
91
+ " argocd.argoproj.io/sync-wave " : " 2"
90
92
spec :
91
93
configSecret :
92
94
name : test-secret-name
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ metadata:
6
6
annotations :
7
7
" helm.sh/hook " : " post-install,post-upgrade"
8
8
" helm.sh/hook-weight " : " 1"
9
+ " argocd.argoproj.io/sync-wave " : " 1"
9
10
name : capi-system
10
11
---
11
12
# Source: cluster-api-operator/templates/ipam.yaml
@@ -27,6 +28,7 @@ metadata:
27
28
annotations :
28
29
" helm.sh/hook " : " post-install,post-upgrade"
29
30
" helm.sh/hook-weight " : " 2"
31
+ " argocd.argoproj.io/sync-wave " : " 2"
30
32
spec :
31
33
configSecret :
32
34
name : test-secret-name
You can’t perform that action at this time.
0 commit comments