mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-13 16:14:42 +00:00
Enable bpf override for secondary af_packet
This commit is contained in:
parent
1218386638
commit
8d850f595e
@ -61,7 +61,7 @@ spec:
|
|||||||
- name: REACT_APP_PRESET_FILTERS_CHANGING_ENABLED
|
- name: REACT_APP_PRESET_FILTERS_CHANGING_ENABLED
|
||||||
value: '{{ .Values.tap.liveConfigMapChangesDisabled | ternary "false" "true" }}'
|
value: '{{ .Values.tap.liveConfigMapChangesDisabled | ternary "false" "true" }}'
|
||||||
- name: REACT_APP_BPF_OVERRIDE_DISABLED
|
- name: REACT_APP_BPF_OVERRIDE_DISABLED
|
||||||
value: '{{ eq .Values.tap.packetCapture "af_packet" | ternary "false" "true" }}'
|
value: '{{ has .Values.tap.packetCapture (list "af_packet" "ebpf" "best") | ternary "false" "true" }}'
|
||||||
- name: REACT_APP_RECORDING_DISABLED
|
- name: REACT_APP_RECORDING_DISABLED
|
||||||
value: '{{ .Values.tap.liveConfigMapChangesDisabled }}'
|
value: '{{ .Values.tap.liveConfigMapChangesDisabled }}'
|
||||||
- name: REACT_APP_STOP_TRAFFIC_CAPTURING_DISABLED
|
- name: REACT_APP_STOP_TRAFFIC_CAPTURING_DISABLED
|
||||||
|
Loading…
Reference in New Issue
Block a user