diff --git a/templates/config.yaml b/templates/config.yaml index 0a96677..62eb150 100644 --- a/templates/config.yaml +++ b/templates/config.yaml @@ -6,7 +6,6 @@ metadata: labels: {{- include "n8n.labels" . | nindent 4 }} data: - NODE_ENV: {{ .Values.config.node_env | quote }} WEBHOOK_URL: {{ .Values.config.webhook_url | quote }} EXECUTIONS_MODE: "queue" EXECUTIONS_PROCESS: {{ .Values.config.executions.process | quote }} diff --git a/values.yaml b/values.yaml index a5fab44..1000693 100644 --- a/values.yaml +++ b/values.yaml @@ -11,7 +11,6 @@ config: encryption_key: "" timezone: Europe/Moscow webhook_url: "" - node_env: production executions: process: main data: