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 <m.praveen@ibm.com>
  • Loading branch information
iPraveenParihar committed Jun 10, 2024
1 parent 7ac5377 commit d5d3871
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,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 d5d3871

Please sign in to comment.