chore(authentik): update db name (#2540)

This commit is contained in:
Stavros Kois
2022-04-23 18:35:57 +03:00
committed by GitHub
parent cf1565c726
commit aa035240b7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ name: authentik
sources:
- https://github.com/goauthentik/authentik
- https://goauthentik.io/docs/
version: 0.0.2
version: 0.0.3
annotations:
truecharts.org/catagories: |
- authentication
+2 -2
View File
@@ -215,8 +215,8 @@ persistence:
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: baserow
postgresqlDatabase: baserow
postgresqlUsername: authentik
postgresqlDatabase: authentik
redis:
enabled: true