We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ab4ae commit 7fc699dCopy full SHA for 7fc699d
1 file changed
chart/templates/deployment.yaml
@@ -107,7 +107,11 @@ spec:
107
{{- if .Values.volumes.type.nfs }}
108
nfs:
109
server: {{ .Values.volumes.type.nfs.server }}
110
+ {{- if .Values.volumes.rootDir }}
111
+ path: {{ .Values.volumes.type.nfs.path }}/{{ .Values.volumes.rootDir }}
112
+ {{- else }}
113
path: {{ .Values.volumes.type.nfs.path }}/{{ .Release.Name }}
114
+ {{- end }}
115
readOnly: false
116
{{- else }}
117
persistentVolumeClaim:
0 commit comments