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.
1 parent 4ea2196 commit 32b1b3aCopy full SHA for 32b1b3a
hack/charts/cluster-api-operator/templates/core.yaml
@@ -43,6 +43,15 @@ spec:
43
{{- if $coreVersion }}
44
version: {{ $coreVersion }}
45
{{- end }}
46
+{{- if $.Values.manager }}
47
+ manager:
48
+{{- if $.Values.manager.featureGates.core }}
49
+ featureGates:
50
+ {{- range $key, $value := $.Values.manager.featureGates.core }}
51
+ {{ $key }}: {{ $value }}
52
+ {{- end }}
53
+{{- end }}
54
55
{{- if $.Values.configSecret.name }}
56
configSecret:
57
name: {{ $.Values.configSecret.name }}
0 commit comments