Change vw data path

This commit is contained in:
j 2025-07-12 18:49:26 +10:00
parent 4754988438
commit c582281dc9
2 changed files with 3 additions and 1 deletions

View file

@ -5,3 +5,5 @@ kind: Kustomization
resources:
- authentik.yaml
- nextcloud.yaml
- vaultwarden.yaml
- linkwarden.yaml

View file

@ -11,7 +11,7 @@ spec:
persistentVolumeReclaimPolicy: Retain
storageClassName: local-path
hostPath:
path: /dpool/services/vaultwarden
path: /dpool/services/vaultwarden/data
---
apiVersion: v1
kind: PersistentVolumeClaim