From ba551135af265f6be3f2c674eb1954ff5083831f Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <janne@kuschku.de> Date: Sat, 30 Apr 2022 18:54:37 +0200 Subject: [PATCH] fix: correct mounting path for dav --- templates/deploy-webdav.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/deploy-webdav.yaml b/templates/deploy-webdav.yaml index 2766b1b..dc9710d 100644 --- a/templates/deploy-webdav.yaml +++ b/templates/deploy-webdav.yaml @@ -49,7 +49,7 @@ spec: {{- toYaml .Values.webdav.resources | nindent 12 }} volumeMounts: - name: webdav - mountPath: "/dav" + mountPath: "/data" startupProbe: httpGet: path: / -- GitLab