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"