Files
chart/library/ix-dev/community/logseq/templates/common.yaml
Stavros Kois 43b04156a9 add logseq to community (#1554)
* add `logsdq` to `community`

* add questions

* fix portal

* Update Chart.yaml
2023-09-22 13:46:14 +03:00

13 lines
555 B
YAML

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