diff --git a/clusters/cl01tl/manifests/authentik/Cluster-authentik-postgresql-18-cluster.yaml b/clusters/cl01tl/manifests/authentik/Cluster-authentik-postgresql-18-cluster.yaml index f1cfd27fe..9259fff4f 100644 --- a/clusters/cl01tl/manifests/authentik/Cluster-authentik-postgresql-18-cluster.yaml +++ b/clusters/cl01tl/manifests/authentik/Cluster-authentik-postgresql-18-cluster.yaml @@ -73,16 +73,7 @@ spec: port: "5432" user: "app" dbname: "app" - sslmode: "verify-full" + sslmode: "disable" password: name: authentik-postgresql-17-cluster-app key: password - sslKey: - name: authentik-postgresql-17-cluster-server - key: tls.key - sslCert: - name: authentik-postgresql-17-cluster-server - key: tls.crt - sslRootCert: - name: authentik-postgresql-17-cluster-ca - key: ca.crt