mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-05 10:41:36 +00:00
Pass kernel-module flag only if pf_ring enabled (#1480)
This commit is contained in:
parent
aaeb3ca1eb
commit
bed9d06c59
@ -56,8 +56,9 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
- -procfs
|
- -procfs
|
||||||
- /hostproc
|
- /hostproc
|
||||||
# TODO: remove
|
{{- if .Values.tap.kernelModule.enabled }}
|
||||||
- -no-kernel-module
|
- -kernel-module
|
||||||
|
{{- end }}
|
||||||
{{- if .Values.tap.debug }}
|
{{- if .Values.tap.debug }}
|
||||||
- -debug
|
- -debug
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user