* feat(n8n): Move to stable * chore(strapi): bump to 1.0.0 as it moved to stable * feat(weblate): move to stable * bump * typo
10 lines
220 B
YAML
10 lines
220 B
YAML
{{/* Make sure all variables are set properly */}}
|
|
{{- include "common.setup" . }}
|
|
|
|
{{/* Render configmap for n8n */}}
|
|
{{- include "n8n.configmap" . }}
|
|
|
|
|
|
{{/* Render the templates */}}
|
|
{{ include "common.postSetup" . }}
|