From c3e3248e949df1fe1118b91efa02e2bfa74108f4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 11 Aug 2025 16:21:25 +0300 Subject: fix --- f3s/radicale/helm-chart/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/f3s/radicale/helm-chart/templates/deployment.yaml b/f3s/radicale/helm-chart/templates/deployment.yaml index 01026ab..f5f2f6e 100644 --- a/f3s/radicale/helm-chart/templates/deployment.yaml +++ b/f3s/radicale/helm-chart/templates/deployment.yaml @@ -20,9 +20,9 @@ spec: - containerPort: 8080 volumeMounts: - name: radicale-collections - mountPath: /var/lib/radicale/collections + mountPath: /collections - name: radicale-auth - mountPath: /etc/radicale/users + mountPath: /auth volumes: - name: radicale-collections persistentVolumeClaim: -- cgit v1.2.3