authentik: secret_key: "PleaseGenerateASecureKey" # This sends anonymous usage-data, stack traces on errors and # performance data to sentry.io, and is fully opt-in error_reporting: enabled: true postgresql: password: "ThisIsNotASecurePassword" server: ingress: # Specify kubernetes ingress controller class name ingressClassName: nginx | traefik | kong enabled: true hosts: - authentik.domain.tld postgresql: enabled: true auth: password: "ThisIsNotASecurePassword"