12 lines
389 B
YAML
12 lines
389 B
YAML
{{/* Make sure all variables are set properly */}}
|
|
{{- include "tc.v1.common.loader.init" . }}
|
|
|
|
{{/* Render configmap for invidious */}}
|
|
{{- $configmapFile := include "invidious.config" . | fromYaml -}}
|
|
{{- if $configmapFile -}}
|
|
{{- $_ := set .Values.configmap "invidious-config" $configmapFile -}}
|
|
{{- end -}}
|
|
|
|
{{/* Render the templates */}}
|
|
{{ include "tc.v1.common.loader.apply" . }}
|