From 1e19df0c7a8b653ff9dc83ae4eace6bf867c18d7 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Fri, 24 May 2024 05:01:05 -0500 Subject: [PATCH] update --- authentik/values.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/authentik/values.yaml b/authentik/values.yaml index bd03ad1..a749b15 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -32,9 +32,16 @@ authentik: registry: registry.internal.durp.info repository: bitnami/postgresql pullPolicy: Always - postgresqlUsername: "authentik" - postgresqlDatabase: "authentik" - existingSecret: db-pass + auth: + username: "authentik" + existingSecret: db-pass + secretKeys: + adminPasswordKey: dbpass + userPasswordKey: dbpass + + #postgresqlUsername: "authentik" + #postgresqlDatabase: "authentik" + #existingSecret: db-pass persistence: enabled: true storageClass: longhorn