10 lines
235 B
YAML
10 lines
235 B
YAML
|
{{/* Make sure all variables are set properly */}}
|
||
|
{{- include "tc.common.loader.init" . }}
|
||
|
|
||
|
{{/* Render configmap for n8n */}}
|
||
|
{{- include "n8n.configmap" . }}
|
||
|
|
||
|
|
||
|
{{/* Render the templates */}}
|
||
|
{{ include "tc.common.loader.apply" . }}
|