File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
hack/charts/cluster-api-operator/templates Expand file tree Collapse file tree 3 files changed +3
-3
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 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 :
You can’t perform that action at this time.
0 commit comments