mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
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:
parent
83f24628ab
commit
ce6efdc84b
4 changed files with 4 additions and 1 deletions
|
|
@ -788,6 +788,7 @@ spec:
|
|||
- "--strict-topology"
|
||||
- "--leader-election"
|
||||
- "--extra-create-metadata=true"
|
||||
- "--default-fstype=ext4"
|
||||
env:
|
||||
- name: ADDRESS
|
||||
value: /var/lib/csi/sockets/pluginproxy/csi.sock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue