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 }} {{- 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 }}