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