From d8ecaf3c30b7694daaebd011e57e0fcfa347afc4 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Thu, 28 Mar 2024 16:13:41 -0500 Subject: [PATCH] Update sonarr db user to same user. --- kubernetes/apps/default/sonarr/app/postgresCluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/apps/default/sonarr/app/postgresCluster.yaml b/kubernetes/apps/default/sonarr/app/postgresCluster.yaml index c350179..8c36ce9 100644 --- a/kubernetes/apps/default/sonarr/app/postgresCluster.yaml +++ b/kubernetes/apps/default/sonarr/app/postgresCluster.yaml @@ -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"