Files
chart/library/ix-dev/community/linkding/templates/common.yaml
Stavros Kois 30dba18b12 Add linkding to community train (#1582)
* initial commit

* add templates and values

* whops

* remove caps

* metadata + read me

* add more tests

* add questions and validation

* add group
2023-09-28 17:58:28 +03:00

16 lines
690 B
YAML

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