@@ -36,7 +36,7 @@ metadata:
3636 " helm.sh/hook " : " post-install,post-upgrade"
3737 " helm.sh/hook-weight " : " 1"
3838 " argocd.argoproj.io/sync-wave " : " 1"
39- name : capd -custom-ns
39+ name : capz -custom-ns
4040---
4141# Source: cluster-api-operator/templates/infra.yaml
4242apiVersion : v1
@@ -46,7 +46,7 @@ metadata:
4646 " helm.sh/hook " : " post-install,post-upgrade"
4747 " helm.sh/hook-weight " : " 1"
4848 " argocd.argoproj.io/sync-wave " : " 1"
49- name : capz -custom-ns
49+ name : capd -custom-ns
5050---
5151# Source: cluster-api-operator/templates/infra-conditions.yaml
5252apiVersion : operator.cluster.x-k8s.io/v1alpha2
@@ -96,14 +96,14 @@ spec:
9696apiVersion : operator.cluster.x-k8s.io/v1alpha2
9797kind : InfrastructureProvider
9898metadata :
99- name : docker
100- namespace : capd -custom-ns
99+ name : azure
100+ namespace : capz -custom-ns
101101 annotations :
102102 " helm.sh/hook " : " post-install,post-upgrade"
103103 " helm.sh/hook-weight " : " 2"
104104 " argocd.argoproj.io/sync-wave " : " 2"
105105spec :
106- version : v1.7.7
106+ version : v1.10.0
107107 configSecret :
108108 name : test-secret-name
109109 namespace : test-secret-namespace
@@ -112,14 +112,14 @@ spec:
112112apiVersion : operator.cluster.x-k8s.io/v1alpha2
113113kind : InfrastructureProvider
114114metadata :
115- name : azure
116- namespace : capz -custom-ns
115+ name : docker
116+ namespace : capd -custom-ns
117117 annotations :
118118 " helm.sh/hook " : " post-install,post-upgrade"
119119 " helm.sh/hook-weight " : " 2"
120120 " argocd.argoproj.io/sync-wave " : " 2"
121121spec :
122- version : v1.10.0
122+ version : v1.7.7
123123 configSecret :
124124 name : test-secret-name
125125 namespace : test-secret-namespace
0 commit comments