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 20c0566 commit 0a42012Copy full SHA for 0a42012
hack/charts/cluster-api-operator/values.yaml
@@ -6,7 +6,17 @@ bootstrap: ""
6
controlPlane: ""
7
infrastructure: ""
8
addon: ""
9
-manager.featureGates: {}
+manager:
10
+ featureGates: {}
11
+# e.g.
12
+# manager:
13
+# featureGates:
14
+# core:
15
+# KubeadmBootstrapFormatIgnition: true
16
+# bootstrap:
17
18
+# controlPlane:
19
20
# ---
21
# Common configuration secret options
22
configSecret: {}
0 commit comments