debug
This commit is contained in:
parent
f821f153d7
commit
1bc4e9fdf3
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ spec:
|
|||
template:
|
||||
engineVersion: v2
|
||||
data:
|
||||
RADARR__POSTGRES__HOST: "{{ .pgbouncer_host }}"
|
||||
RADARR__POSTGRES__HOST: "{{ index . \"pgbouncer-host\" }}"
|
||||
RADARR__POSTGRES__USER: "{{ .user }}"
|
||||
RADARR__POSTGRES__PASSWORD: "{{ .password }}"
|
||||
RADARR__POSTGRES__PORT: "{{ .port }}"
|
||||
|
|
Loading…
Reference in a new issue