-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(charts): set default fstype to ext4 in csi-provisioner (#86)
Set default fstype to ext4 in csi-provisioner. This will be helpful when fsType is not mention in storageclass. Signed-off-by: Shovan Maity <[email protected]>
- Loading branch information
Shovan Maity
authored
Jun 3, 2021
1 parent
1441037
commit fc67a9e
Showing
4 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
apiVersion: v2 | ||
name: lvm-localpv | ||
description: CSI Driver for dynamic provisioning of LVM Persistent Local Volumes. | ||
version: 0.5.0 | ||
version: 0.5.1 | ||
appVersion: 0.5.0 | ||
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png | ||
home: http://www.openebs.io/ | ||
|
@@ -20,4 +20,4 @@ maintainers: | |
- name: pawanpraka1 | ||
email: [email protected] | ||
- name: iyashu | ||
email: [email protected] | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters