Skip to content

Commit

Permalink
helm: set feature-gate topology to false
Browse files Browse the repository at this point in the history
This commit set feature-fate Topology to false as it is now
enabled by default[1].

[1]: kubernetes-csi/external-provisioner#1167

Signed-off-by: Praveen M <[email protected]>
  • Loading branch information
iPraveenParihar authored and nixpanic committed Jun 10, 2024
1 parent d72f23f commit 0c4f5ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ spec:
- "--retry-interval-start=500ms"
- "--extra-create-metadata=true"
- "--feature-gates=HonorPVReclaimPolicy=true"
- "--feature-gates=Topology=false"
- "--prevent-volume-mode-conversion=true"
{{- range .Values.provisioner.provisioner.extraArgs }}
- "--{{ . }}"
Expand Down

0 comments on commit 0c4f5ad

Please sign in to comment.