12 lines
362 B
YAML
12 lines
362 B
YAML
{{/* Make sure all variables are set properly */}}
|
|
{{- include "tc.v1.common.loader.init" . }}
|
|
|
|
{{/* Render configmap for n8n */}}
|
|
{{- $configmap := include "n8n.configmap" . | fromYaml -}}
|
|
{{- if $configmap -}}
|
|
{{- $_ := set .Values.configmap "n8n-config" $configmap -}}
|
|
{{- end -}}
|
|
|
|
{{/* Render the templates */}}
|
|
{{ include "tc.v1.common.loader.apply" . }}
|