@@ -6,6 +6,7 @@ metadata:
66 annotations :
77 " helm.sh/hook " : " post-install"
88 " helm.sh/hook-weight " : " 1"
9+ " argocd.argoproj.io/sync-wave " : " 1"
910 name : helm-addon-system
1011---
1112# Source: cluster-api-operator/templates/core.yaml
@@ -24,6 +25,7 @@ metadata:
2425 annotations :
2526 " helm.sh/hook " : " post-install"
2627 " helm.sh/hook-weight " : " 1"
28+ " argocd.argoproj.io/sync-wave " : " 1"
2729 name : capi-kubeadm-bootstrap-system
2830---
2931# Source: cluster-api-operator/templates/infra-conditions.yaml
@@ -33,6 +35,7 @@ metadata:
3335 annotations :
3436 " helm.sh/hook " : " post-install"
3537 " helm.sh/hook-weight " : " 1"
38+ " argocd.argoproj.io/sync-wave " : " 1"
3639 name : capi-kubeadm-control-plane-system
3740---
3841# Source: cluster-api-operator/templates/infra.yaml
@@ -42,6 +45,7 @@ metadata:
4245 annotations :
4346 " helm.sh/hook " : " post-install"
4447 " helm.sh/hook-weight " : " 1"
48+ " argocd.argoproj.io/sync-wave " : " 1"
4549 name : aws-infrastructure-system
4650---
4751# Source: cluster-api-operator/templates/addon.yaml
@@ -53,6 +57,7 @@ metadata:
5357 annotations :
5458 " helm.sh/hook " : " post-install"
5559 " helm.sh/hook-weight " : " 2"
60+ " argocd.argoproj.io/sync-wave " : " 2"
5661---
5762# Source: cluster-api-operator/templates/infra-conditions.yaml
5863apiVersion : operator.cluster.x-k8s.io/v1alpha2
@@ -63,6 +68,7 @@ metadata:
6368 annotations :
6469 " helm.sh/hook " : " post-install"
6570 " helm.sh/hook-weight " : " 2"
71+ " argocd.argoproj.io/sync-wave " : " 2"
6672spec :
6773 configSecret :
6874 name : aws-variables
@@ -77,6 +83,7 @@ metadata:
7783 annotations :
7884 " helm.sh/hook " : " post-install"
7985 " helm.sh/hook-weight " : " 2"
86+ " argocd.argoproj.io/sync-wave " : " 2"
8087spec :
8188 configSecret :
8289 name : aws-variables
@@ -91,6 +98,7 @@ metadata:
9198 annotations :
9299 " helm.sh/hook " : " post-install"
93100 " helm.sh/hook-weight " : " 2"
101+ " argocd.argoproj.io/sync-wave " : " 2"
94102spec :
95103 version : v1.6.2
96104 manager :
@@ -110,6 +118,7 @@ metadata:
110118 annotations :
111119 " helm.sh/hook " : " post-install"
112120 " helm.sh/hook-weight " : " 2"
121+ " argocd.argoproj.io/sync-wave " : " 2"
113122spec :
114123 version : v2.4.0
115124 manager :
0 commit comments