Files
truecharts/charts/incubator/authentik/templates/common.yaml
T
Stavros KoisandGitHub c843864fa5 feat(authentik): add authentik (#2535)
* feat(authentik): add authentik

* add secret

* try something crazy

* run geoip as a cronjob

* test

* whoops

* add gui options

* pin image

* add secret togui

* try http as main

* whops

* clear up

* clean
2022-04-22 21:44:57 +00:00

14 lines
360 B
YAML

{{/* Make sure all variables are set properly */}}
{{- include "common.setup" . }}
{{/* Render secrets for authentik */}}
{{- include "authentik.secrets" . }}
{{- if .Values.geoip.ENABLE_GEOIPUPDATER }}
{{/* Render cronjob for authentik */}}
{{- include "authentik.cronjob" . }}
{{- end -}}
{{/* Render the templates */}}
{{ include "common.postSetup" . }}