Update sonarr db user to same user.
This commit is contained in:
parent
64b1655fd3
commit
d8ecaf3c30
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ spec:
|
||||||
postgres-operator.crunchydata.com/cluster: ${APP}
|
postgres-operator.crunchydata.com/cluster: ${APP}
|
||||||
postgres-operator.crunchydata.com/data: postgres
|
postgres-operator.crunchydata.com/data: postgres
|
||||||
users:
|
users:
|
||||||
- name: "${DB_USER}"
|
- name: "sonarr"
|
||||||
databases:
|
databases:
|
||||||
- "sonarr_main"
|
- "sonarr_main"
|
||||||
- "sonarr_logs"
|
- "sonarr_logs"
|
||||||
|
|
Loading…
Reference in a new issue