Files
chart/library/ix-dev/community/invidious/templates/common.yaml
Stavros Kois a1c210bb8b invidious - fix db name and cleanup init logs (#2131)
* invidious - fix db name and cleanup init logs

* bump major to skip running upgrade task
2024-02-06 12:01:59 +02:00

14 lines
654 B
YAML

{{- include "ix.v1.common.loader.init" . -}}
{{/* Merge the templates with Values */}}
{{- $_ := mustMergeOverwrite .Values (include "invidious.configuration" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "invidious.service" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "invidious.persistence" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "invidious.workload" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "postgres.workload" $ | fromYaml) -}}
{{/* Create the configmap for portal manually*/}}
{{- include "invidious.portal" $ -}}
{{- include "ix.v1.common.loader.apply" . -}}