change back to old password

This commit is contained in:
2022-11-12 22:26:03 -06:00
parent 66e8fbe4b4
commit c2a705ea8d

View File

@@ -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