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: resources:
- authentik.yaml - authentik.yaml
- nextcloud.yaml - nextcloud.yaml
- vaultwarden.yaml
- linkwarden.yaml

View file

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