fixup! ♻️ migration externalsecrets

This commit is contained in:
auricom
2023-07-10 19:15:56 +02:00
parent fb3be5853f
commit f945aa99f8
49 changed files with 352 additions and 450 deletions

View File

@@ -21,6 +21,7 @@ spec:
HASS_SECRET_LONGITUDE: "{{ .HASS_LONGITUDE }}"
HASS_SECRET_DB_URL: "postgresql://{{ .POSTGRES_USER }}:{{ .POSTGRES_PASS }}@postgres-rw.default.svc.cluster.local/home_assistant"
HASS_SECRET_URL: "{{ .HASS_URL }}"
PROMETHEUS_TOKEN: "{{ .PROMETHEUS_TOKEN }}"
# Postgres Init
INIT_POSTGRES_DBNAME: home_assistant
INIT_POSTGRES_HOST: postgres-rw.default.svc.cluster.local