From 6c1f8d64114807e6e8a323525efe73aea594eb9f Mon Sep 17 00:00:00 2001 From: Julius de Jeu Date: Thu, 26 May 2022 23:52:07 +0200 Subject: [PATCH] Add email to authentik --- flux/cluster/apps/authentik/helm.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flux/cluster/apps/authentik/helm.yaml b/flux/cluster/apps/authentik/helm.yaml index 8e18410..9f83077 100644 --- a/flux/cluster/apps/authentik/helm.yaml +++ b/flux/cluster/apps/authentik/helm.yaml @@ -32,6 +32,11 @@ spec: host: "10.244.87.21" name: "authentik" user: "authentik" + email: + host: smpt-relay.google.com + port: 587 + use-tls: true + from: "Authentik auth@voidcorp.nl" redis: enabled: true architecture: standalone