From b2868cc8f3d8d03f8b3afe0fb3920cf322e9d721 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 11 Dec 2025 16:04:19 -0600 Subject: [PATCH] disable set for default for ssl --- clusters/cl01tl/helm/authentik/values.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/clusters/cl01tl/helm/authentik/values.yaml b/clusters/cl01tl/helm/authentik/values.yaml index 735878161..356851c7a 100644 --- a/clusters/cl01tl/helm/authentik/values.yaml +++ b/clusters/cl01tl/helm/authentik/values.yaml @@ -136,19 +136,10 @@ postgres-18-cluster: port: 5432 username: app database: app - sslMode: "verify-full" + sslMode: "disable" passwordSecret: name: "authentik-postgresql-17-cluster-app" key: "password" - sslKeySecret: - name: "authentik-postgresql-17-cluster-server" - key: "tls.key" - sslCertSecret: - name: "authentik-postgresql-17-cluster-server" - key: "tls.crt" - sslRootCertSecret: - name: "authentik-postgresql-17-cluster-ca" - key: "ca.crt" backup: objectStore: - name: external