From aa9109df12e336d589b010bed716fd10d66623b0 Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Wed, 19 Apr 2023 20:29:17 +0300 Subject: [PATCH] :zap: Update `helm-chart` command --- cmd/helmChart.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cmd/helmChart.go b/cmd/helmChart.go index 4f6555e46..1f74ed981 100644 --- a/cmd/helmChart.go +++ b/cmd/helmChart.go @@ -138,6 +138,14 @@ var hubPodMappings = map[string]interface{}{ "name": "LICENSE", "value": "{{ .Values.license }}", }, + { + "name": "SCRIPTING_ENV", + "value": "{}", + }, + { + "name": "SCRIPTING_SCRIPTS", + "value": "[]", + }, }, "spec.containers[0].image": "{{ .Values.tap.docker.registry }}/hub:{{ .Values.tap.docker.tag }}", "spec.containers[0].imagePullPolicy": "{{ .Values.tap.docker.imagePullPolicy }}",