From 58a3d4919bb363d7113d02d138fb98de0cfddce1 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 22 Oct 2024 22:16:57 -0500 Subject: [PATCH] correct db names --- .../crunchy-postgres-operator/cluster/postgrescluster.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/apps/database/crunchy-postgres-operator/cluster/postgrescluster.yaml b/kubernetes/apps/database/crunchy-postgres-operator/cluster/postgrescluster.yaml index 5731ea51..b8796e59 100644 --- a/kubernetes/apps/database/crunchy-postgres-operator/cluster/postgrescluster.yaml +++ b/kubernetes/apps/database/crunchy-postgres-operator/cluster/postgrescluster.yaml @@ -125,7 +125,7 @@ spec: type: AlphaNumeric - name: radarr-anime databases: - - radarr_main + - radarr_anime password: type: AlphaNumeric - name: sonarr @@ -136,7 +136,7 @@ spec: type: AlphaNumeric - name: sonarr-anime databases: - - sonarr_main + - sonarr_anime password: type: AlphaNumeric - name: jellyseerr