helm: add an option to allow NFS mount soft fail
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{- if .Values.nfs.enabled -}}
|
||||
{{- if and .Values.nfs.enabled (not .Values.nfs.softFail) -}}
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user