diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index 702f08845..0c9d78e0e 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -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 }}