mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-03 01:00:54 +02:00
fix: externalsecrets
This commit is contained in:
@@ -13,21 +13,9 @@ spec:
|
||||
name: sonarr-secret
|
||||
template:
|
||||
data:
|
||||
# App
|
||||
SONARR__AUTH__APIKEY: "{{ .SONARR__API_KEY }}"
|
||||
SONARR__POSTGRES__HOST: &dbHost postgres17-rw.database.svc.cluster.local
|
||||
SONARR__POSTGRES__PORT: "5432"
|
||||
SONARR__POSTGRES__USER: &dbUser "{{ .SONARR__POSTGRES_USER }}"
|
||||
SONARR__POSTGRES__PASSWORD: &dbPass "{{ .SONARR__POSTGRES_PASSWORD }}"
|
||||
SONARR__POSTGRES__MAINDB: sonarr_main
|
||||
PUSHOVER_TOKEN: "{{ .PUSHOVER_API_TOKEN }}"
|
||||
PUSHOVER_USER_KEY: "{{ .PUSHOVER_USER_KEY }}"
|
||||
# Postgres Init
|
||||
INIT_POSTGRES_DBNAME: sonarr_main sonarr_log
|
||||
INIT_POSTGRES_HOST: *dbHost
|
||||
INIT_POSTGRES_USER: *dbUser
|
||||
INIT_POSTGRES_PASS: *dbPass
|
||||
INIT_POSTGRES_SUPER_PASS: "{{ .POSTGRES_SUPER_PASS }}"
|
||||
dataFrom:
|
||||
- extract:
|
||||
key: pushover
|
||||
|
Reference in New Issue
Block a user