From a2ba9e677f1cd9fd2841dc3b7432c2e8fa17e769 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Tue, 11 Nov 2025 20:58:14 +0100 Subject: [PATCH] Fix: Add secret_key to authentik configuration in values.yaml --- apps/authentik/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/authentik/values.yaml b/apps/authentik/values.yaml index cb19aad..e62a6af 100644 --- a/apps/authentik/values.yaml +++ b/apps/authentik/values.yaml @@ -1,6 +1,7 @@ authentik: authentik: + secret_key: "wgAt4swhmThtdOGZAqWHoXb1fLpcBeZvLy5X4RY6z6oAbvZCNLEzeH+ovbvG3mg2vy+zMLv0fpJxIhMy" postgresql: host: file:///postgres-creds/host name: file:///postgres-creds/dbname