File tree Expand file tree Collapse file tree 8 files changed +6
-17
lines changed
hack/charts/cluster-api-operator/templates Expand file tree Collapse file tree 8 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 45
45
version : {{ $coreVersion }}
46
46
{{- end }}
47
47
{{- if $.Values.manager }}
48
- manager :
49
48
{{- if and $.Values.manager.featureGates $.Values.manager.featureGates.core }}
49
+ manager :
50
50
featureGates :
51
51
{{- range $key, $value := $.Values.manager.featureGates.core }}
52
52
{{ $key }}: {{ $value }}
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ metadata:
54
54
{{- with .Values.configSecret }}
55
55
spec :
56
56
{{- if $.Values.manager }}
57
- manager :
58
57
{{- if and $.Values.manager.featureGates $.Values.manager.featureGates.kubeadm }}
58
+ manager :
59
59
featureGates :
60
60
{{- range $key, $value := $.Values.manager.featureGates.kubeadm }}
61
61
{{ $key }}: {{ $value }}
Original file line number Diff line number Diff line change 47
47
version : {{ $infrastructureVersion }}
48
48
{{- end }}
49
49
{{- if $.Values.manager }}
50
- manager :
51
50
{{- if and (kindIs "map" $.Values.manager.featureGates) (hasKey $.Values.manager.featureGates $infrastructureName) }}
51
+ manager :
52
52
{{- range $key, $value := $.Values.manager.featureGates }}
53
53
{{- if eq $key $infrastructureName }}
54
54
featureGates :
Original file line number Diff line number Diff line change 47
47
version : {{ $ipamVersion }}
48
48
{{- end }}
49
49
{{- if $.Values.manager }}
50
- manager :
51
50
{{- if and (kindIs "map" $.Values.manager.featureGates) (hasKey $.Values.manager.featureGates $ipamName) }}
51
+ manager :
52
52
{{- range $key, $value := $.Values.manager.featureGates }}
53
53
{{- if eq $key $ipamName }}
54
54
featureGates :
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ metadata:
95
95
" helm.sh/hook-weight " : " 2"
96
96
" argocd.argoproj.io/sync-wave " : " 2"
97
97
spec :
98
- manager :
99
98
configSecret :
100
99
name : test-secret-name
101
100
namespace : test-secret-namespace
@@ -111,7 +110,6 @@ metadata:
111
110
" helm.sh/hook-weight " : " 2"
112
111
" argocd.argoproj.io/sync-wave " : " 2"
113
112
spec :
114
- manager :
115
113
configSecret :
116
114
name : test-secret-name
117
115
namespace : test-secret-namespace
@@ -127,7 +125,6 @@ metadata:
127
125
" helm.sh/hook-weight " : " 2"
128
126
" argocd.argoproj.io/sync-wave " : " 2"
129
127
spec :
130
- manager :
131
128
configSecret :
132
129
name : test-secret-name
133
130
namespace : test-secret-namespace
@@ -143,7 +140,6 @@ metadata:
143
140
" helm.sh/hook-weight " : " 2"
144
141
" argocd.argoproj.io/sync-wave " : " 2"
145
142
spec :
146
- manager :
147
143
configSecret :
148
144
name : test-secret-name
149
145
namespace : test-secret-namespace
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ metadata:
95
95
" helm.sh/hook-weight " : " 2"
96
96
" argocd.argoproj.io/sync-wave " : " 2"
97
97
spec :
98
- manager :
99
98
configSecret :
100
99
name : aws-variables
101
100
namespace : default
@@ -131,7 +130,6 @@ metadata:
131
130
" helm.sh/hook-weight " : " 2"
132
131
" argocd.argoproj.io/sync-wave " : " 2"
133
132
spec :
134
- manager :
135
133
configSecret :
136
134
name : aws-variables
137
135
namespace : default
Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ metadata:
103
103
" helm.sh/hook-weight " : " 2"
104
104
" argocd.argoproj.io/sync-wave " : " 2"
105
105
spec :
106
- manager :
107
106
---
108
107
# Source: cluster-api-operator/templates/ipam.yaml
109
108
apiVersion : operator.cluster.x-k8s.io/v1alpha2
@@ -116,7 +115,6 @@ metadata:
116
115
" helm.sh/hook-weight " : " 2"
117
116
" argocd.argoproj.io/sync-wave " : " 2"
118
117
spec :
119
- manager :
120
118
---
121
119
# Source: cluster-api-operator/templates/infra.yaml
122
120
apiVersion : operator.cluster.x-k8s.io/v1alpha2
@@ -128,5 +126,4 @@ metadata:
128
126
" helm.sh/hook " : " post-install,post-upgrade"
129
127
" helm.sh/hook-weight " : " 2"
130
128
" argocd.argoproj.io/sync-wave " : " 2"
131
- spec :
132
- manager:
129
+ spec:
Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ metadata:
115
115
" helm.sh/hook-weight " : " 2"
116
116
" argocd.argoproj.io/sync-wave " : " 2"
117
117
spec :
118
- manager :
119
118
---
120
119
# Source: cluster-api-operator/templates/infra.yaml
121
120
apiVersion : operator.cluster.x-k8s.io/v1alpha2
@@ -127,5 +126,4 @@ metadata:
127
126
" helm.sh/hook " : " post-install,post-upgrade"
128
127
" helm.sh/hook-weight " : " 2"
129
128
" argocd.argoproj.io/sync-wave " : " 2"
130
- spec :
131
- manager:
129
+ spec:
You can’t perform that action at this time.
0 commit comments