diff options
| -rw-r--r-- | f3s/radicale/helm-chart/templates/deployment.yaml | 4 |
1 files 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: |
