mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 11:33:17 +00:00
chore: Update Home Assistant chart version to 0.1.18 and add PVC backup CronJob template
This commit is contained in:
@@ -130,6 +130,15 @@ backup:
|
||||
existingSecret: ""
|
||||
secretKey: password
|
||||
|
||||
pvcBackup:
|
||||
enabled: false
|
||||
schedule: "0 3 * * *"
|
||||
image: busybox:latest
|
||||
retentionDays: 7
|
||||
storagePath: /storage/backups/pvc
|
||||
# Node to run backup on (hostname). Overrides global affinity/tolerations.
|
||||
node: ""
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
tolerations: []
|
||||
|
||||
Reference in New Issue
Block a user