Skip to content

Commit

Permalink
Fix deployment configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Nov 14, 2024
1 parent d23000f commit 9dfda81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/webdav/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
- name: webdav
mountPath: {{- .Values.persistence.mountPath}}
mountPath: {{ .Values.persistence.mountPath }}
{{- with .Values.persistence.additionalVolumeMounts }}
{{- toYaml . | nindent 12 }}
{{- end }}
Expand Down

0 comments on commit 9dfda81

Please sign in to comment.