Skip to content

Commit 8ccbe29

Browse files
committed
added examples for feature-gates
1 parent e25be4d commit 8ccbe29

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ ipam: {}
2626
# namespace: "" # Optional
2727
# version: "" # Optional
2828
manager.featureGates: {}
29+
# Configuration for enabling feature gates in diffrent providers
30+
# manager: # example
31+
# featureGates:
32+
# proxmox:
33+
# ClusterTopology: true
34+
# core:
35+
# ClusterTopology: true
36+
# kubeadm:
37+
# ClusterTopology: true
2938
fetchConfig: {}
3039
# ---
3140
# Common configuration secret options

0 commit comments

Comments
 (0)