2023-12-25 17:17:28 +00:00
|
|
|
{{/* Make sure all variables are set properly */}}
|
|
|
|
{{- include "tc.v1.common.loader.init" . }}
|
|
|
|
|
2024-01-01 21:41:02 +00:00
|
|
|
{{/* Render configmap for n8n */}}
|
|
|
|
{{- $configmap := include "n8n.configmap" . | fromYaml -}}
|
2023-12-26 14:29:19 +00:00
|
|
|
{{- if $configmap -}}
|
2024-01-01 21:41:02 +00:00
|
|
|
{{- $_ := set .Values.configmap "n8n-config" $configmap -}}
|
2023-12-26 14:29:19 +00:00
|
|
|
{{- end -}}
|
|
|
|
|
2023-12-25 17:17:28 +00:00
|
|
|
{{/* Render the templates */}}
|
|
|
|
{{ include "tc.v1.common.loader.apply" . }}
|