Skip to content
Snippets Groups Projects
Verified Commit ba551135 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: correct mounting path for dav

parent 647d481a
No related branches found
No related tags found
No related merge requests found
Pipeline #2736 passed
...@@ -49,7 +49,7 @@ spec: ...@@ -49,7 +49,7 @@ spec:
{{- toYaml .Values.webdav.resources | nindent 12 }} {{- toYaml .Values.webdav.resources | nindent 12 }}
volumeMounts: volumeMounts:
- name: webdav - name: webdav
mountPath: "/dav" mountPath: "/data"
startupProbe: startupProbe:
httpGet: httpGet:
path: / path: /
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment