fix: rename N8N_ENABLE_METRICS to N8N_METRICS
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-28 00:27:43 +03:00
parent 5663bb594a
commit 429a04772a

View File

@ -9,7 +9,7 @@ data:
N8N_HOST: {{ .Values.config.host | quote }} N8N_HOST: {{ .Values.config.host | quote }}
N8N_PORT: {{ .Values.config.port | quote }} N8N_PORT: {{ .Values.config.port | quote }}
N8N_PROTOCOL: {{ .Values.config.protocol | 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 }} N8N_METRICS_PREFIX: {{ .Values.config.metrics.prefix | quote }}
WEBHOOK_URL: {{ .Values.config.webhook_url | quote }} WEBHOOK_URL: {{ .Values.config.webhook_url | quote }}
EXECUTIONS_MODE: "queue" EXECUTIONS_MODE: "queue"