@@ -36,7 +36,7 @@ metadata:
36
36
" helm.sh/hook " : " post-install,post-upgrade"
37
37
" helm.sh/hook-weight " : " 1"
38
38
" argocd.argoproj.io/sync-wave " : " 1"
39
- name : capd -custom-ns
39
+ name : capz -custom-ns
40
40
---
41
41
# Source: cluster-api-operator/templates/infra.yaml
42
42
apiVersion : v1
@@ -46,7 +46,7 @@ metadata:
46
46
" helm.sh/hook " : " post-install,post-upgrade"
47
47
" helm.sh/hook-weight " : " 1"
48
48
" argocd.argoproj.io/sync-wave " : " 1"
49
- name : capz -custom-ns
49
+ name : capd -custom-ns
50
50
---
51
51
# Source: cluster-api-operator/templates/infra-conditions.yaml
52
52
apiVersion : operator.cluster.x-k8s.io/v1alpha2
@@ -96,14 +96,14 @@ spec:
96
96
apiVersion : operator.cluster.x-k8s.io/v1alpha2
97
97
kind : InfrastructureProvider
98
98
metadata :
99
- name : docker
100
- namespace : capd -custom-ns
99
+ name : azure
100
+ namespace : capz -custom-ns
101
101
annotations :
102
102
" helm.sh/hook " : " post-install,post-upgrade"
103
103
" helm.sh/hook-weight " : " 2"
104
104
" argocd.argoproj.io/sync-wave " : " 2"
105
105
spec :
106
- version : v1.7.7
106
+ version : v1.10.0
107
107
configSecret :
108
108
name : test-secret-name
109
109
namespace : test-secret-namespace
@@ -112,14 +112,14 @@ spec:
112
112
apiVersion : operator.cluster.x-k8s.io/v1alpha2
113
113
kind : InfrastructureProvider
114
114
metadata :
115
- name : azure
116
- namespace : capz -custom-ns
115
+ name : docker
116
+ namespace : capd -custom-ns
117
117
annotations :
118
118
" helm.sh/hook " : " post-install,post-upgrade"
119
119
" helm.sh/hook-weight " : " 2"
120
120
" argocd.argoproj.io/sync-wave " : " 2"
121
121
spec :
122
- version : v1.10.0
122
+ version : v1.7.7
123
123
configSecret :
124
124
name : test-secret-name
125
125
namespace : test-secret-namespace
0 commit comments