Files
chart/community/komga/1.2.25/templates/common.yaml
2025-02-20 16:15:06 +00:00

12 lines
464 B
YAML

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