Skip to content

Commit

Permalink
helm: add immediate-topology flag to external-provisioner
Browse files Browse the repository at this point in the history
Signed-off-by: Praveen M <m.praveen@ibm.com>
(cherry picked from commit 9181d20)
  • Loading branch information
iPraveenParihar authored and mergify[bot] committed Aug 22, 2024
1 parent bbfe06b commit 043ec22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/ceph-csi-rbd/templates/provisioner-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ spec:
- "--extra-create-metadata=true"
- "--feature-gates=HonorPVReclaimPolicy=true"
- "--prevent-volume-mode-conversion=true"
- "--immediate-topology=false"
{{- range .Values.provisioner.provisioner.extraArgs }}
- "--{{ . }}"
{{- end }}
Expand Down

0 comments on commit 043ec22

Please sign in to comment.