Compare commits
3 commits
c9739edaa9
...
beae27e2c1
Author | SHA1 | Date | |
---|---|---|---|
beae27e2c1 | |||
1bc4e9fdf3 | |||
f821f153d7 |
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ spec:
|
||||||
template:
|
template:
|
||||||
engineVersion: v2
|
engineVersion: v2
|
||||||
data:
|
data:
|
||||||
RADARR__POSTGRES__HOST: "{{ .pgbouncer-host }}"
|
RADARR__POSTGRES__HOST: "{{ index . \"pgbouncer-host\" }}"
|
||||||
RADARR__POSTGRES__USER: "{{ .user }}"
|
RADARR__POSTGRES__USER: "{{ .user }}"
|
||||||
RADARR__POSTGRES__PASSWORD: "{{ .password }}"
|
RADARR__POSTGRES__PASSWORD: "{{ .password }}"
|
||||||
RADARR__POSTGRES__PORT: "{{ .port }}"
|
RADARR__POSTGRES__PORT: "{{ .port }}"
|
||||||
|
|
Loading…
Reference in a new issue