Skip to content

Commit 0a42012

Browse files
committed
Add examples for on values.yaml
Signed-off-by: Gabriel Almeida <[email protected]>
1 parent 20c0566 commit 0a42012

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

hack/charts/cluster-api-operator/values.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@ bootstrap: ""
66
controlPlane: ""
77
infrastructure: ""
88
addon: ""
9-
manager.featureGates: {}
9+
manager:
10+
featureGates: {}
11+
# e.g.
12+
# manager:
13+
# featureGates:
14+
# core:
15+
# KubeadmBootstrapFormatIgnition: true
16+
# bootstrap:
17+
# KubeadmBootstrapFormatIgnition: true
18+
# controlPlane:
19+
# KubeadmBootstrapFormatIgnition: true
1020
# ---
1121
# Common configuration secret options
1222
configSecret: {}

0 commit comments

Comments
 (0)