From 359300b3d02165dbf602f078a7737c18a168bb82 Mon Sep 17 00:00:00 2001 From: Alon Girmonsky <1990761+alongir@users.noreply.github.com> Date: Fri, 6 Mar 2026 08:23:59 -0800 Subject: [PATCH] added local verb Variable wasn't updated following the change of the config struct. --- helm-chart/templates/04-hub-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/templates/04-hub-deployment.yaml b/helm-chart/templates/04-hub-deployment.yaml index 6f897b2f9..75fdfedd3 100644 --- a/helm-chart/templates/04-hub-deployment.yaml +++ b/helm-chart/templates/04-hub-deployment.yaml @@ -39,7 +39,7 @@ spec: - -capture-stop-after - "{{ if hasKey .Values.tap.capture.dissection "stopAfter" }}{{ .Values.tap.capture.dissection.stopAfter }}{{ else }}5m{{ end }}" - -snapshot-size-limit - - '{{ .Values.tap.snapshots.storageSize }}' + - '{{ .Values.tap.snapshots.local.storageSize }}' - -dissector-image {{- if .Values.tap.docker.overrideImage.worker }} - '{{ .Values.tap.docker.overrideImage.worker }}'