mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
change back to old password
This commit is contained in:
parent
66e8fbe4b4
commit
c2a705ea8d
1 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ authentik:
|
||||||
host: '{{ .Release.Name }}-postgresql'
|
host: '{{ .Release.Name }}-postgresql'
|
||||||
name: "authentik"
|
name: "authentik"
|
||||||
user: "authentik"
|
user: "authentik"
|
||||||
password: "testchangedpassword"
|
password: "testpassword"
|
||||||
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: "testchangedpassword"
|
postgresqlPassword: "testpassword"
|
||||||
postgresqlDatabase: "authentik"
|
postgresqlDatabase: "authentik"
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue