mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
feat: Add support for HA secrets management with init container and configuration options
This commit is contained in:
@@ -60,6 +60,11 @@ persistence:
|
||||
hostPath: /srv/data/home-assistant/media
|
||||
mountPath: /media
|
||||
|
||||
haSecrets:
|
||||
enabled: false
|
||||
# K8s Secret containing key-value pairs to write as /config/secrets.yaml
|
||||
existingSecret: ""
|
||||
|
||||
postgres:
|
||||
enabled: false
|
||||
host: postgres-tcp.postgres.svc.cluster.local
|
||||
|
||||
Reference in New Issue
Block a user