mirror of
https://github.com/truenas/charts.git
synced 2026-05-12 03:26:08 +08:00
* invidious - fix db name and cleanup init logs * bump major to skip running upgrade task
14 lines
654 B
YAML
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" . -}}
|