Fix NFS volume YAML conditional (#7892)

Signed-off-by: Bart Verwilst <bart@verwilst.be>
This commit is contained in:
Bort Verwilst
2018-09-21 06:04:51 -07:00
committed by k8s-ci-robot
parent 1a2f383cc7
commit b51c3af14e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ appVersion: 3.1.0
description: nfs-client is an automatic provisioner that used your *already configured* NFS server, automatically creating Persistent Volumes.
name: nfs-client-provisioner
home: https://github.com/kubernetes-incubator/external-storage/tree/master/nfs-client
version: 1.1.0
version: 1.1.1
sources:
- https://github.com/kubernetes-incubator/external-storage/tree/master/nfs-client
maintainers:
@@ -40,7 +40,7 @@ spec:
{{- if .Values.buildMode }}
- name: nfs-client-root
emptyDir: {}
{{- else -}}
{{- else }}
- name: nfs-client-root
nfs:
server: {{ .Values.nfs.server }}