@@ -16,6 +16,7 @@ metadata:
1616 annotations :
1717 " helm.sh/hook " : " post-install,post-upgrade"
1818 " helm.sh/hook-weight " : " 1"
19+ " argocd.argoproj.io/sync-wave " : " 1"
1920 name : kubeadm-bootstrap-custom-ns
2021---
2122# Source: cluster-api-operator/templates/control-plane.yaml
@@ -25,6 +26,7 @@ metadata:
2526 annotations :
2627 " helm.sh/hook " : " post-install,post-upgrade"
2728 " helm.sh/hook-weight " : " 1"
29+ " argocd.argoproj.io/sync-wave " : " 1"
2830 name : kubeadm-control-plane-custom-ns
2931---
3032# Source: cluster-api-operator/templates/core.yaml
@@ -34,6 +36,7 @@ metadata:
3436 annotations :
3537 " helm.sh/hook " : " post-install,post-upgrade"
3638 " helm.sh/hook-weight " : " 1"
39+ " argocd.argoproj.io/sync-wave " : " 1"
3740 name : capi-custom-ns
3841---
3942# Source: cluster-api-operator/templates/infra.yaml
@@ -78,6 +81,7 @@ metadata:
7881 annotations :
7982 " helm.sh/hook " : " post-install,post-upgrade"
8083 " helm.sh/hook-weight " : " 2"
84+ " argocd.argoproj.io/sync-wave " : " 2"
8185spec :
8286 version : v1.7.7
8387 configSecret :
@@ -93,6 +97,7 @@ metadata:
9397 annotations :
9498 " helm.sh/hook " : " post-install,post-upgrade"
9599 " helm.sh/hook-weight " : " 2"
100+ " argocd.argoproj.io/sync-wave " : " 2"
96101spec :
97102 version : v1.7.7
98103 configSecret :
0 commit comments