@@ -6,6 +6,7 @@ metadata:
6
6
annotations :
7
7
" helm.sh/hook " : " post-install"
8
8
" helm.sh/hook-weight " : " 1"
9
+ " argocd.argoproj.io/sync-wave " : " 1"
9
10
name : helm-addon-system
10
11
---
11
12
# Source: cluster-api-operator/templates/core.yaml
@@ -24,6 +25,7 @@ metadata:
24
25
annotations :
25
26
" helm.sh/hook " : " post-install"
26
27
" helm.sh/hook-weight " : " 1"
28
+ " argocd.argoproj.io/sync-wave " : " 1"
27
29
name : capi-kubeadm-bootstrap-system
28
30
---
29
31
# Source: cluster-api-operator/templates/infra-conditions.yaml
@@ -33,6 +35,7 @@ metadata:
33
35
annotations :
34
36
" helm.sh/hook " : " post-install"
35
37
" helm.sh/hook-weight " : " 1"
38
+ " argocd.argoproj.io/sync-wave " : " 1"
36
39
name : capi-kubeadm-control-plane-system
37
40
---
38
41
# Source: cluster-api-operator/templates/infra.yaml
@@ -42,6 +45,7 @@ metadata:
42
45
annotations :
43
46
" helm.sh/hook " : " post-install"
44
47
" helm.sh/hook-weight " : " 1"
48
+ " argocd.argoproj.io/sync-wave " : " 1"
45
49
name : aws-infrastructure-system
46
50
---
47
51
# Source: cluster-api-operator/templates/addon.yaml
@@ -53,6 +57,7 @@ metadata:
53
57
annotations :
54
58
" helm.sh/hook " : " post-install"
55
59
" helm.sh/hook-weight " : " 2"
60
+ " argocd.argoproj.io/sync-wave " : " 2"
56
61
---
57
62
# Source: cluster-api-operator/templates/infra-conditions.yaml
58
63
apiVersion : operator.cluster.x-k8s.io/v1alpha2
@@ -63,6 +68,7 @@ metadata:
63
68
annotations :
64
69
" helm.sh/hook " : " post-install"
65
70
" helm.sh/hook-weight " : " 2"
71
+ " argocd.argoproj.io/sync-wave " : " 2"
66
72
spec :
67
73
configSecret :
68
74
name : aws-variables
@@ -77,6 +83,7 @@ metadata:
77
83
annotations :
78
84
" helm.sh/hook " : " post-install"
79
85
" helm.sh/hook-weight " : " 2"
86
+ " argocd.argoproj.io/sync-wave " : " 2"
80
87
spec :
81
88
configSecret :
82
89
name : aws-variables
@@ -91,6 +98,7 @@ metadata:
91
98
annotations :
92
99
" helm.sh/hook " : " post-install"
93
100
" helm.sh/hook-weight " : " 2"
101
+ " argocd.argoproj.io/sync-wave " : " 2"
94
102
spec :
95
103
version : v1.6.2
96
104
manager :
@@ -110,6 +118,7 @@ metadata:
110
118
annotations :
111
119
" helm.sh/hook " : " post-install"
112
120
" helm.sh/hook-weight " : " 2"
121
+ " argocd.argoproj.io/sync-wave " : " 2"
113
122
spec :
114
123
version : v2.4.0
115
124
manager :
0 commit comments