We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fab3b9 commit fbf2618Copy full SHA for fbf2618
charts/docker-mailserver/templates/deployment.yaml
@@ -171,8 +171,8 @@ spec:
171
{{- if $persistence.enabled }}
172
- name: {{ $name }}
173
mountPath: {{ $persistence.mountPath }}
174
- {{- if .Values.persistence.subPath }}
175
- subPath: {{ .Values.persistence.subPath }}
+ {{- if $persistence.subPath }}
+ subPath: {{ $persistence.subPath }}
176
{{- end }}
177
178
0 commit comments