Skip to content

Commit

Permalink
Merge pull request #74 from akboyd88/provisionerNameSupport
Browse files Browse the repository at this point in the history
Provisioner name support
  • Loading branch information
rimusz authored Dec 31, 2019
2 parents fa9e221 + 269db84 commit f5e3663
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/hostpath-provisioner/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "v0.2.3"
version: 0.2.7
version: 0.2.8
name: hostpath-provisioner
description: hostpath-provisioner is an automatic provisioner creating Persistent Volumes from the hostpath.
home: https://github.com/rimusz/charts/tree/master/stable/hostpath-provisioner
Expand Down
2 changes: 1 addition & 1 deletion stable/hostpath-provisioner/templates/storageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ metadata:
annotations:
storageclass.kubernetes.io/is-default-class: "true"
{{- end }}
provisioner: hostpath
provisioner: {{ .Values.provisionerName }}
3 changes: 3 additions & 0 deletions stable/hostpath-provisioner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ storageClass:
## Set a StorageClass name
name: hostpath

## Set the provisioner name
provisionerName: hostpath

## Set the local HostPath to be used on the node
NodeHostPath: /mnt/hostpath

Expand Down

0 comments on commit f5e3663

Please sign in to comment.