diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index 727d0102a..edda86435 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -32,7 +32,7 @@ spec: - any - -port - '{{ .Values.tap.proxy.worker.srvport }}' - - -servicemesh + {{ .Values.tap.servicemesh | ternary "- -servicemesh" "" }} - -procfs - /hostproc {{ .Values.tap.debug | ternary "- -debug" "" }}