mirror of
https://github.com/truenas/charts.git
synced 2026-04-15 19:20:23 +08:00
* init commit * add few templates * add initial implementation * typo * add host * fix lint * whops * quote * fix permisions * no port * fix probes * test user * readme * add ui * typo * use shortcut for regex * add redis on metadata * clean notes * fixed path * move down * fix upgrade json
17 lines
741 B
YAML
17 lines
741 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{- include "n8n.validation" $ -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "n8n.configuration" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "n8n.service" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "n8n.persistence" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "n8n.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "postgres.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "redis.workload" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "n8n.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|