diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index 34b63078d..0901127ad 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -33,7 +33,7 @@ spec: - -port - '{{ .Values.tap.proxy.worker.srvport }}' - -servicemesh - - -tls + {{ .Values.tap.tls | ternary "- -tls" "" }} - -procfs - /hostproc {{ .Values.tap.debug | ternary "- -debug" "" }}