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

14 lines
639 B
YAML

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