We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f2c5f1 + 73283c1 commit 41d7107Copy full SHA for 41d7107
hack/charts/cluster-api-operator/templates/control-plane.yaml
@@ -45,8 +45,8 @@ spec:
45
version: {{ $controlPlaneVersion }}
46
{{- end }}
47
{{- if $.Values.manager }}
48
- manager:
49
{{- if hasKey $.Values.manager.featureGates $controlPlaneName }}
+ manager:
50
{{- range $key, $value := $.Values.manager.featureGates }}
51
{{- if eq $key $controlPlaneName }}
52
featureGates:
0 commit comments