Skip to content

Commit 3525370

Browse files
authored
Merge pull request #816 from 3deep5me/add-example-for-feature-gates
🌱 Add examples for feature-gates in helm chart values.yaml
2 parents 30b75b2 + 936695c commit 3525370

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
@@ -32,6 +32,15 @@ ipam: {}
3232
# version: "" # Optional
3333
# createNamespace: true # Optional
3434
manager.featureGates: {}
35+
# Configuration for enabling feature gates in different providers
36+
# manager:
37+
# featureGates:
38+
# proxmox: # Name of the provider
39+
# ClusterTopology: true
40+
# core:
41+
# ClusterTopology: true
42+
# kubeadm:
43+
# ClusterTopology: true
3544
fetchConfig: {}
3645
# ---
3746
# Common configuration secret options

0 commit comments

Comments
 (0)