deploy: update csi-provisioner to latest version

This commits updates csi-provisioner sidecar to
latest version i.e., v3.2.0.

fixes: #3184

Signed-off-by: Yati Padia <ypadia@redhat.com>
This commit is contained in:
Yati Padia
2022-06-15 12:44:49 +05:30
committed by mergify[bot]
parent 30668c0549
commit 776821f17f
10 changed files with 20 additions and 16 deletions

View File

@ -64,6 +64,8 @@ spec:
- "--retry-interval-start=500ms"
- "--default-fstype={{ .Values.provisioner.defaultFSType }}"
- "--extra-create-metadata=true"
- "--feature-gates=HonorPVReclaimPolicy=true"
- "--prevent-volume-mode-conversion=true"
{{- if .Values.topology.enabled }}
- "--feature-gates=Topology=true"
{{- end }}