Files
chart/community/node-red/1.2.3/templates/common.yaml
2024-01-22 14:14:24 +00: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" . -}}