mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
* 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
12 lines
472 B
YAML
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" . -}}
|