From 20473263ae64038c961010eefafb14799f485cd7 Mon Sep 17 00:00:00 2001 From: William P Date: Thu, 26 Feb 2026 09:20:16 -0500 Subject: [PATCH] authentik: enable AUTHENTIK_POSTGRESQL__DISABLE_SERVER_SIDE_CURSORS Per https://docs.goauthentik.io/install-config/configuration/#using-a-postgresql-connection-pooler --- authentik/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/authentik/values.yaml b/authentik/values.yaml index 3bbfb53..86cdeeb 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -61,6 +61,8 @@ authentik: secretKeyRef: name: authentik-credentials key: authentik-secret-key + - name: AUTHENTIK_POSTGRESQL__DISABLE_SERVER_SIDE_CURSORS + value: "true" - name: AUTHENTIK_POSTGRESQL__HOST value: pooler-weyma-rw-authentik.cloudnativepg.svc.cluster.local - name: AUTHENTIK_POSTGRESQL__NAME