Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/nfs-server-provisioner] fix deployment when not creating storage class #16331

Merged
merged 2 commits into from
Sep 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/nfs-server-provisioner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 2.2.1-k8s1.12
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.3.0
version: 0.3.1
maintainers:
- name: kiall
email: kiall@macinnes.ie
Expand Down
2 changes: 1 addition & 1 deletion stable/nfs-server-provisioner/templates/storageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ reclaimPolicy: {{ .Values.storageClass.reclaimPolicy }}
{{ if .Values.storageClass.allowVolumeExpansion }}
allowVolumeExpansion: {{ .Values.storageClass.allowVolumeExpansion }}
{{ end }}
{{ end -}}
{{- with .Values.storageClass.parameters }}
parameters:
{{ toYaml . | indent 2 }}
Expand All @@ -26,3 +25,4 @@ parameters:
mountOptions:
{{ toYaml . | indent 2 }}
{{- end }}
{{ end -}}