diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index 962907f78..8b7915c6e 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -35,7 +35,6 @@ spec: containers: - command: - ./worker - {{ .Values.tap.debug | ternary "- -debug" "" }} - -i - any - -port @@ -46,6 +45,7 @@ spec: - -tls - -procfs - /hostproc + {{ .Values.tap.debug | ternary "- -debug" "" }} image: '{{ .Values.tap.docker.registry }}/worker:{{ .Values.tap.docker.tag }}' imagePullPolicy: {{ .Values.tap.docker.imagepullpolicy }} name: kubeshark-worker-daemon-set