Test changed password

This commit is contained in:
2022-11-12 22:22:57 -06:00
parent 3e4679dc07
commit 66e8fbe4b4

View File

@@ -54,7 +54,7 @@ authentik:
host: '{{ .Release.Name }}-postgresql' host: '{{ .Release.Name }}-postgresql'
name: "authentik" name: "authentik"
user: "authentik" user: "authentik"
password: "testpassword" password: "testchangedpassword"
port: 5432 port: 5432
s3_backup: s3_backup:
access_key: "" access_key: ""
@@ -135,7 +135,7 @@ authentik:
postgresql: postgresql:
enabled: true enabled: true
postgresqlUsername: "authentik" postgresqlUsername: "authentik"
postgresqlPassword: "testpassword" postgresqlPassword: "testchangedpassword"
postgresqlDatabase: "authentik" postgresqlDatabase: "authentik"
persistence: persistence:
enabled: true enabled: true