mirror of
https://github.com/truenas/charts.git
synced 2026-04-03 02:38:49 +08:00
* Add vaultwarden to community train * add variable only when set * Update library/ix-dev/community/vaultwarden/values.yaml * Update library/ix-dev/community/vaultwarden/values.yaml * add NET_BIND_SERVICE * minor typo * use the new common * Update common * add upgrade_info.json * remove the capability, and bump to fixed version
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
|