Files
chart/library/ix-dev/community/kavita/templates/common.yaml

12 lines
468 B
YAML

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