From 3d2bf2d0f3e40458f060517d6f48f4c56fa95404 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 22 Dec 2024 23:34:05 -0600 Subject: [PATCH] fix import naem --- clusters/cl01tl/applications/penpot/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/applications/penpot/values.yaml b/clusters/cl01tl/applications/penpot/values.yaml index 779fa5e4f..1cfe13611 100644 --- a/clusters/cl01tl/applications/penpot/values.yaml +++ b/clusters/cl01tl/applications/penpot/values.yaml @@ -423,11 +423,11 @@ postgres-17-cluster: - app externalCluster: connectionParameters: - host: argo-workflows-postgresql-16-cluster-rw + host: penpot-postgresql-16-cluster-rw user: app dbname: app password: - name: argo-workflows-postgresql-16-cluster-app + name: penpot-postgresql-16-cluster-app key: password backup: enabled: false