mirror of
https://github.com/truenas/charts.git
synced 2026-05-03 04:41:03 +08:00
11 lines
245 B
YAML
11 lines
245 B
YAML
vaultwardenStorage:
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/data
|
|
pgData:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/pgData
|
|
pgBackup:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/pgBackup
|