14 lines
360 B
YAML
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" . }}
|