From 43857ef2f99c1d8391d9ee3bb6cc9e3af847ea5f Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 25 Jun 2023 13:19:26 +0000 Subject: [PATCH] Update file values.yaml --- authentik/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/authentik/values.yaml b/authentik/values.yaml index 5bc62b1..cebaf6c 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -147,6 +147,10 @@ authentik: postgresqlUsername: "authentik" postgresqlDatabase: "authentik" existingSecret: db-pass + secretKeys: + adminPasswordKey: dbpass + userPasswordKey: dbpass + replicationPasswordKey: dbpass persistence: enabled: true storageClass: longhorn