feat(charts): set default fstype to ext4 (#339)

Set default fstype to ext4 in csi-provisioner. This will be helpful when
fsType is not mention in storageclass.

Signed-off-by: Shovan Maity <shovan.cse91@gmail.com>
This commit is contained in:
Shovan Maity 2021-06-04 10:33:16 +05:30 committed by GitHub
parent 83f24628ab
commit ce6efdc84b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 1 deletions

View file

@ -78,6 +78,7 @@ spec:
- "--strict-topology"
- "--leader-election"
- "--extra-create-metadata=true"
- "--default-fstype=ext4"
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock