From 000fb914616097238e013c772f286cae5a354708 Mon Sep 17 00:00:00 2001 From: Serhii Ponomarenko <116438358+tiptophelmet@users.noreply.github.com> Date: Fri, 21 Feb 2025 03:34:54 +0200 Subject: [PATCH] :wrench: Enable BPF-override on `tap.packetCapture: af_packet` (#1712) Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com> --- helm-chart/templates/06-front-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/templates/06-front-deployment.yaml b/helm-chart/templates/06-front-deployment.yaml index 46907f837..d6eeca5af 100644 --- a/helm-chart/templates/06-front-deployment.yaml +++ b/helm-chart/templates/06-front-deployment.yaml @@ -51,7 +51,7 @@ spec: - name: REACT_APP_PRESET_FILTERS_CHANGING_ENABLED value: '{{ .Values.tap.liveConfigMapChangesDisabled | ternary "false" "true" }}' - name: REACT_APP_BPF_OVERRIDE_DISABLED - value: '{{ eq .Values.tap.packetCapture "ebpf" | ternary "true" "false" }}' + value: '{{ eq .Values.tap.packetCapture "af_packet" | ternary "false" "true" }}' - name: REACT_APP_RECORDING_DISABLED value: '{{ .Values.tap.liveConfigMapChangesDisabled }}' - name: REACT_APP_STOP_TRAFFIC_CAPTURING_DISABLED