authentik fix psql auth

Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
2024-10-04 20:58:29 -04:00
parent b445fc9cee
commit 368d5d3c6c

View File

@@ -55,6 +55,12 @@ spec:
postgresql: postgresql:
enabled: true enabled: true
auth:
existingSecret: authentik-postgresql-password
secretKeys:
adminPasswordKey: AUTHENTIK_POSTGRESQL__PASSWORD
userPasswordKey: AUTHENTIK_POSTGRESQL__PASSWORD
replicationPasswordKey: AUTHENTIK_POSTGRESQL__PASSWORD
redis: redis:
enabled: true enabled: true