From e8611df1d9f109630ecb71e63ef1cf4c635b9fc6 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 11 Dec 2025 15:39:15 -0600 Subject: [PATCH] disable set for default for ssl --- clusters/cl01tl/helm/argo-workflows/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/argo-workflows/values.yaml b/clusters/cl01tl/helm/argo-workflows/values.yaml index b6ac04114..cb8b687b3 100644 --- a/clusters/cl01tl/helm/argo-workflows/values.yaml +++ b/clusters/cl01tl/helm/argo-workflows/values.yaml @@ -175,7 +175,7 @@ postgres-18-cluster: port: 5432 username: app database: app - sslMode: "ignore" + sslMode: "disable" passwordSecret: name: argo-workflows-postgresql-17-cluster-app key: password