Skip to content

Commit

Permalink
chore(storageclass): provide switch to enable storage class
Browse files Browse the repository at this point in the history
Signed-off-by: Diwakar Sharma <[email protected]>
  • Loading branch information
dsharma-dc committed Nov 8, 2023
1 parent e9cc512 commit 0f895a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Helm chart for OpenEBS Dynamic NFS PV. For instructions to install
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.10.1
version: 0.10.2
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.10.0
Expand Down
2 changes: 2 additions & 0 deletions deploy/helm/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ nfsProvisioner:

nfsStorageClass:
name: openebs-kernel-nfs
# If true, enables creation of the openebs-kernel-nfs StorageClass
enabled: true
reclaimPolicy: Delete
nfsServerType: kernel
isDefaultClass: false
Expand Down

0 comments on commit 0f895a5

Please sign in to comment.