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

@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
name: zfs-localpv name: zfs-localpv
description: CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes. description: CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes.
version: 1.7.0 version: 1.7.1
appVersion: 1.7.0 appVersion: 1.7.0
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
home: http://www.openebs.io/ home: http://www.openebs.io/

View file

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

View file

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

View file

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