database secrets outside of env

This commit is contained in:
j 2025-08-16 23:37:57 +00:00
parent 13566a3dc3
commit 52a40cdaf8

View file

@ -23,6 +23,15 @@ spec:
password: "env://AUTHENTIK_POSTGRES_PASSWORD"
error_reporting:
enabled: true
database:
host: postgresql.database
existingSecret: authentik-db-credentials
secretKeys:
username: POSTGRES_USER
password: POSTGRES_PASSWORD
name: POSTGRES_DB
server:
ingress:
enabled: true