From 921e7948bcd4edf9817b2f6896e37d6e9259a2d8 Mon Sep 17 00:00:00 2001 From: Konstantin Grachev Date: Tue, 15 Nov 2022 21:49:36 +0300 Subject: [PATCH] add EXECUTIONS_MODE --- templates/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/config.yaml b/templates/config.yaml index 0462f51..abe6701 100644 --- a/templates/config.yaml +++ b/templates/config.yaml @@ -9,6 +9,7 @@ type: Opaque 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 }} GENERIC_TIMEZONE: {{ .Values.config.timezone | quote }} EXECUTIONS_DATA_PRUNE: {{ .Values.config.executions.data.prune | quote }}