20 lines
489 B
Go Template
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 }}
|