diff --git a/stable/nfs-server-provisioner/Chart.yaml b/stable/nfs-server-provisioner/Chart.yaml index d5487a49c5..9294fdc435 100644 --- a/stable/nfs-server-provisioner/Chart.yaml +++ b/stable/nfs-server-provisioner/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 1.0.8 description: nfs-server-provisioner is an out-of-tree dynamic provisioner for Kubernetes. You can use it to quickly & easily deploy shared storage that works almost anywhere. name: nfs-server-provisioner -version: 0.1.2 +version: 0.1.3 maintainers: - name: kiall email: kiall@macinnes.ie diff --git a/stable/nfs-server-provisioner/templates/_helpers.tpl b/stable/nfs-server-provisioner/templates/_helpers.tpl index 42c75e43f0..cdc13bfa41 100644 --- a/stable/nfs-server-provisioner/templates/_helpers.tpl +++ b/stable/nfs-server-provisioner/templates/_helpers.tpl @@ -36,7 +36,7 @@ Create chart name and version as used by the chart label. */}} {{- define "nfs-provisioner.provisionerName" -}} {{- if .Values.storageClass.provisionerName -}} -{{- printf.Values.storageClass.provisionerName -}} +{{- printf .Values.storageClass.provisionerName -}} {{- else -}} cluster.local/{{ template "nfs-provisioner.fullname" . -}} {{- end -}}