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