From 23fb9b6caa8362c098de8ccf92fd7d5d908aa680 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 9 Nov 2022 10:15:25 -0600 Subject: [PATCH] add authentik --- authentik/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentik/values.yaml b/authentik/values.yaml index 29c9355..ff5c56e 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -138,7 +138,7 @@ authentik: postgresql: enabled: true postgresqlUsername: "authentik" - # postgresqlPassword: "" + postgresqlPassword: "testpassword" postgresqlDatabase: "authentik" persistence: enabled: true