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