Files
Compose-Files/helm/authentik/files/secrets.yaml
T
2026-07-20 09:23:17 -04:00

15 lines
292 B
YAML

---
authentik:
secret_key: << authentik_secret_key >>
postgresql:
password: << database_password >>
<%- if email_enabled %>
email:
password: << email_password >>
<%- endif %>
<%- if not database_external %>
postgresql:
auth:
password: << database_password >>
<%- endif %>