From 82e408cda17c08cab3f2e4b22b99f4d006fa6d9b Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 12 Dec 2025 17:10:22 -0600 Subject: [PATCH] fix --- clusters/cl01tl/helm/lidarr/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/lidarr/values.yaml b/clusters/cl01tl/helm/lidarr/values.yaml index 80a777281..252d95d76 100644 --- a/clusters/cl01tl/helm/lidarr/values.yaml +++ b/clusters/cl01tl/helm/lidarr/values.yaml @@ -182,6 +182,7 @@ postgres-18-cluster: import: type: "monolith" databases: + - app - lidarr-main - lidarr-log roles: @@ -190,7 +191,7 @@ postgres-18-cluster: host: "lidarr2-postgresql-17-cluster-rw" port: 5432 username: postgres - database: postgres + database: "*" sslMode: "disable" passwordSecret: name: "lidarr2-postgresql-17-cluster-superuser"