From 429a04772a854f23408d68b50272e241a0430de1 Mon Sep 17 00:00:00 2001 From: Konstantin Grachev Date: Tue, 28 Feb 2023 00:27:43 +0300 Subject: [PATCH] fix: rename N8N_ENABLE_METRICS to N8N_METRICS --- templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/configmap.yaml b/templates/configmap.yaml index f410da2..cf1cab8 100644 --- a/templates/configmap.yaml +++ b/templates/configmap.yaml @@ -9,7 +9,7 @@ data: N8N_HOST: {{ .Values.config.host | quote }} N8N_PORT: {{ .Values.config.port | quote }} N8N_PROTOCOL: {{ .Values.config.protocol | quote }} - N8N_ENABLE_METRICS: {{ .Values.config.metrics.enabled | quote }} + N8N_METRICS: {{ .Values.config.metrics.enabled | quote }} N8N_METRICS_PREFIX: {{ .Values.config.metrics.prefix | quote }} WEBHOOK_URL: {{ .Values.config.webhook_url | quote }} EXECUTIONS_MODE: "queue"