mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fixup! ♻️ migration externalsecrets
This commit is contained in:
@@ -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
|
||||
|
@@ -11,7 +11,7 @@ spec:
|
||||
port: http
|
||||
scrapeTimeout: 30s
|
||||
bearerTokenSecret:
|
||||
name: home-automation
|
||||
name: home-assistant-secret
|
||||
key: PROMETHEUS_TOKEN
|
||||
selector:
|
||||
matchLabels:
|
||||
|
@@ -30,7 +30,7 @@ metadata:
|
||||
name: home-assistant
|
||||
namespace: default
|
||||
spec:
|
||||
sourcePVC: home-assistant-config
|
||||
sourcePVC: hass-config
|
||||
trigger:
|
||||
schedule: "0 7 * * *"
|
||||
restic:
|
||||
|
Reference in New Issue
Block a user