TrueChartsClone/charts/stable/n8n/templates/common.yaml

10 lines
235 B
YAML
Raw Normal View History

{{/* 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" . }}