rbd: make default fstype explicit to ext4

With the attacher sidecar update to v4.0.0 this has to be set
explictly.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2022-09-20 16:07:14 +05:30
committed by mergify[bot]
parent 5fa606b14d
commit 1e0bd66108
5 changed files with 6 additions and 4 deletions

View File

@ -124,6 +124,7 @@ spec:
- "--csi-address=$(ADDRESS)"
- "--leader-election=true"
- "--retry-interval-start=500ms"
- "--default-fstype=ext4"
env:
- name: ADDRESS
value: "unix:///csi/{{ .Values.provisionerSocketFile }}"