Correct log db name.
This commit is contained in:
parent
641dec1f52
commit
79f2671d2d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ spec:
|
||||||
name: "${APP}-pguser-${DB_USER}"
|
name: "${APP}-pguser-${DB_USER}"
|
||||||
key: password
|
key: password
|
||||||
RADARR__POSTGRES_MAIN_DB: radarr_main
|
RADARR__POSTGRES_MAIN_DB: radarr_main
|
||||||
RADARR__POSTGRES_LOG_DB: radarr_log
|
RADARR__POSTGRES_LOG_DB: radarr_logs
|
||||||
TZ: America/Chicago
|
TZ: America/Chicago
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
|
|
Loading…
Reference in a new issue