From 3c787efb0ae4b41205e05075bd1617a9d42d802e Mon Sep 17 00:00:00 2001 From: Konstantin Grachev Date: Tue, 15 Nov 2022 22:45:02 +0300 Subject: [PATCH] Remove unnecessary node_env --- templates/config.yaml | 1 - values.yaml | 1 - 2 files changed, 2 deletions(-) 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: