Update sonarr db user to same user.

This commit is contained in:
Joseph Hanson 2024-03-28 16:13:41 -05:00
parent 64b1655fd3
commit d8ecaf3c30
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -51,7 +51,7 @@ spec:
postgres-operator.crunchydata.com/cluster: ${APP}
postgres-operator.crunchydata.com/data: postgres
users:
- name: "${DB_USER}"
- name: "sonarr"
databases:
- "sonarr_main"
- "sonarr_logs"