flux-charts/mycloud-authentik/blueprints/tenant.gotmpl
2023-12-02 15:27:10 +01:00

20 lines
489 B
Go Template

version: 1
metadata:
name: myCloud - tenant
entries:
- model: authentik_tenants.tenant
identifiers:
domain: "authentik-default"
state: present
attrs:
{{- with .Values.commons.theme }}
branding_title: {{ .title }}
branding_logo: {{ .logo }}
branding_favicon: {{ .favicon }}
{{- end }}
{{- with .Values.theme.background }}
attributes:
settings:
theme:
background: {{ . | quote }}
{{- end }}