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 5d16af9 + df0a45c commit e23d296Copy full SHA for e23d296
hack/charts/cluster-api-operator/templates/infra.yaml
@@ -44,6 +44,15 @@ spec:
44
{{- if $infrastructureVersion }}
45
version: {{ $infrastructureVersion }}
46
{{- end }}
47
+{{- if $.Values.manager }}
48
+ manager:
49
+{{- if $.Values.manager.featureGates }}
50
+ featureGates:
51
+{{- range $key, $value := $.Values.manager.featureGates }}
52
+ {{ $key }}: {{ $value }}
53
+{{- end }}
54
55
56
{{- if $.Values.configSecret.name }}
57
configSecret:
58
name: {{ $.Values.configSecret.name }}
hack/charts/cluster-api-operator/values.yaml
@@ -12,6 +12,7 @@ bootstrap: ""
12
controlPlane: ""
13
infrastructure: ""
14
addon: ""
15
+manager.featureGates: {}
16
# ---
17
# Common configuration secret options
18
configSecret: {}
0 commit comments