diff --git a/applications/40-authentik/authentik.yaml b/applications/40-authentik/authentik.yaml index ae5de7c..1f42c38 100644 --- a/applications/40-authentik/authentik.yaml +++ b/applications/40-authentik/authentik.yaml @@ -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