File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Helm chart for OpenEBS Dynamic NFS PV. For instructions to install
44type : application
55# This is the chart version. This version number should be incremented each time you make changes
66# to the chart and its templates, including the app version.
7- version : 0.10.1
7+ version : 0.10.2
88# This is the version number of the application being deployed. This version number should be
99# incremented each time you make changes to the application.
1010appVersion : 0.10.0
Original file line number Diff line number Diff line change 11---
22# Storage classes for OpenEBS NFS Dynamic PV
3+ {{- if .Values.nfsStorageClass.enabled }}
34apiVersion : storage.k8s.io/v1
45kind : StorageClass
56metadata :
@@ -61,3 +62,4 @@ mountOptions:
6162 - {{ . }}
6263 {{- end }}
6364{{- end }}
65+ {{- end }}
Original file line number Diff line number Diff line change @@ -89,6 +89,8 @@ nfsProvisioner:
8989
9090nfsStorageClass :
9191 name : openebs-kernel-nfs
92+ # If true, enables creation of the openebs-kernel-nfs StorageClass
93+ enabled : true
9294 reclaimPolicy : Delete
9395 nfsServerType : kernel
9496 isDefaultClass : false
You can’t perform that action at this time.
0 commit comments