Files
chart/library/ix-dev/community/node-red/templates/common.yaml
Stavros Kois df01fb3304 NAS-122777 / 23.10 / Add node-red to community train (#1323)
* add node-red - initial commit

* add templtes

* add ci values and questions

* run single test

* all but one

* add trace logging

* hmmmm

* root

* add tests

* no 18 for now

* update questions and chart.yaml

* fix tests

* bump common
2023-07-06 15:16:27 +03:00

12 lines
472 B
YAML

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