mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix NFS volume YAML conditional (#7892)
Signed-off-by: Bart Verwilst <bart@verwilst.be>
This commit is contained in:
committed by
k8s-ci-robot
parent
1a2f383cc7
commit
b51c3af14e
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user