From 66e8fbe4b491b33722d92bb81595d37a1892da3b Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 12 Nov 2022 22:22:57 -0600 Subject: [PATCH] Test changed password --- authentik/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authentik/values.yaml b/authentik/values.yaml index 409b041..97c4957 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -54,7 +54,7 @@ authentik: host: '{{ .Release.Name }}-postgresql' name: "authentik" user: "authentik" - password: "testpassword" + password: "testchangedpassword" port: 5432 s3_backup: access_key: "" @@ -135,7 +135,7 @@ authentik: postgresql: enabled: true postgresqlUsername: "authentik" - postgresqlPassword: "testpassword" + postgresqlPassword: "testchangedpassword" postgresqlDatabase: "authentik" persistence: enabled: true