Pass kernel-module flag only if pf_ring enabled (#1480)

This commit is contained in:
Volodymyr Stoiko 2024-01-15 00:39:32 +02:00 committed by GitHub
parent aaeb3ca1eb
commit bed9d06c59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,8 +56,9 @@ spec:
{{- end }}
- -procfs
- /hostproc
# TODO: remove
- -no-kernel-module
{{- if .Values.tap.kernelModule.enabled }}
- -kernel-module
{{- end }}
{{- if .Values.tap.debug }}
- -debug
{{- end }}