From 13bb62e7deec9999dd25bac09af2b2cb1e0d438c Mon Sep 17 00:00:00 2001 From: tiptophelmet Date: Mon, 18 Mar 2024 18:07:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Add=20`TIMEZONE`=20field=20to=20?= =?UTF-8?q?`ConfigMap`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm-chart/templates/12-config-map.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-chart/templates/12-config-map.yaml b/helm-chart/templates/12-config-map.yaml index 4f9feb6a9..936bb9932 100644 --- a/helm-chart/templates/12-config-map.yaml +++ b/helm-chart/templates/12-config-map.yaml @@ -28,3 +28,4 @@ data: JSON_TTL: '{{ .Values.tap.misc.jsonTTL }}' PCAP_TTL: '{{ .Values.tap.misc.pcapTTL }}' PCAP_ERROR_TTL: '{{ .Values.tap.misc.pcapErrorTTL }}' + TIMEZONE: '{{ not (eq .Values.timezone "") | ternary .Values.timezone " " }}'