From bf182b633041ebcb975728f41bce86f214328e8f Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Tue, 29 Aug 2023 03:51:08 +0300 Subject: [PATCH] :bug: Template the `-tls` flag in worker `DaemonSet` --- helm-chart/templates/09-worker-daemon-set.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" "" }}