diff --git a/stages/identity/values/authentik.values.yaml.gotmpl b/stages/identity/values/authentik.values.yaml.gotmpl index 2e2038b..4bbe778 100644 --- a/stages/identity/values/authentik.values.yaml.gotmpl +++ b/stages/identity/values/authentik.values.yaml.gotmpl @@ -8,6 +8,14 @@ postgresql: authentik: secret_key: {{ readFile "../.envs/.authentik-secret-key" }} + email: + host: smtp.seznam.cz + port: 465 + use_ssl: true + from: no-reply@kropcloud.net + username: no-reply@kropcloud.net + password: {{ readFile "../.envs/.authentik-email-password" }} + postgresql: password: {{ readFile "../.envs/.authentik-postgresql" }}