Skip to content

Commit

Permalink
Merge pull request rook#14517 from iPraveenParihar/csi/explicitly-set…
Browse files Browse the repository at this point in the history
…-topology-flag

csi: explicitly set Topology feature-gate
  • Loading branch information
travisn authored Aug 1, 2024
2 parents b76631a + e30e5e8 commit 9c98467
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ spec:
- "--extra-create-metadata=true"
- "--prevent-volume-mode-conversion=true"
- "--feature-gates=HonorPVReclaimPolicy=true"
{{ if .EnableCSITopology }}
- "--feature-gates=Topology=true"
{{ end }}
- "--feature-gates=Topology={{ .EnableCSITopology }}"
{{ if .KubeApiBurst }}
- "--kube-api-burst={{ .KubeApiBurst }}"
{{ end }}
Expand Down

0 comments on commit 9c98467

Please sign in to comment.