1
0
mirror of https://github.com/kubeshark/kubeshark.git synced 2025-05-03 14:18:28 +00:00

Revert "🔨 Add TIMEZONE field to ConfigMap"

This reverts commit 13bb62e7de.
This commit is contained in:
tiptophelmet 2024-03-20 16:16:11 +02:00
parent 13bb62e7de
commit c21a7cfb40

View File

@ -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 " " }}'