From c21a7cfb407d7afd72714ecfb47e3091fe42388c Mon Sep 17 00:00:00 2001 From: tiptophelmet Date: Wed, 20 Mar 2024 16:16:11 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=94=A8=20Add=20`TIMEZONE`=20fie?= =?UTF-8?q?ld=20to=20`ConfigMap`"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 13bb62e7deec9999dd25bac09af2b2cb1e0d438c. --- helm-chart/templates/12-config-map.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/helm-chart/templates/12-config-map.yaml b/helm-chart/templates/12-config-map.yaml index 936bb9932..4f9feb6a9 100644 --- a/helm-chart/templates/12-config-map.yaml +++ b/helm-chart/templates/12-config-map.yaml @@ -28,4 +28,3 @@ 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 " " }}'