Skip to content

Commit 1489814

Browse files
committed
move other manager fields
1 parent 01a947d commit 1489814

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hack/charts/cluster-api-operator/templates/core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ spec:
4545
version: {{ $coreVersion }}
4646
{{- end }}
4747
{{- if $.Values.manager }}
48-
manager:
4948
{{- if and $.Values.manager.featureGates $.Values.manager.featureGates.core }}
49+
manager:
5050
featureGates:
5151
{{- range $key, $value := $.Values.manager.featureGates.core }}
5252
{{ $key }}: {{ $value }}

hack/charts/cluster-api-operator/templates/infra.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ spec:
4747
version: {{ $infrastructureVersion }}
4848
{{- end }}
4949
{{- if $.Values.manager }}
50-
manager:
5150
{{- if and (kindIs "map" $.Values.manager.featureGates) (hasKey $.Values.manager.featureGates $infrastructureName) }}
51+
manager:
5252
{{- range $key, $value := $.Values.manager.featureGates }}
5353
{{- if eq $key $infrastructureName }}
5454
featureGates:

hack/charts/cluster-api-operator/templates/ipam.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ spec:
4747
version: {{ $ipamVersion }}
4848
{{- end }}
4949
{{- if $.Values.manager }}
50-
manager:
5150
{{- if and (kindIs "map" $.Values.manager.featureGates) (hasKey $.Values.manager.featureGates $ipamName) }}
51+
manager:
5252
{{- range $key, $value := $.Values.manager.featureGates }}
5353
{{- if eq $key $ipamName }}
5454
featureGates:

0 commit comments

Comments
 (0)