🐛 Template the -tls flag in worker DaemonSet

This commit is contained in:
M. Mert Yildiran 2023-08-29 03:51:08 +03:00
parent f59f84af02
commit bf182b6330
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -33,7 +33,7 @@ spec:
- -port - -port
- '{{ .Values.tap.proxy.worker.srvport }}' - '{{ .Values.tap.proxy.worker.srvport }}'
- -servicemesh - -servicemesh
- -tls {{ .Values.tap.tls | ternary "- -tls" "" }}
- -procfs - -procfs
- /hostproc - /hostproc
{{ .Values.tap.debug | ternary "- -debug" "" }} {{ .Values.tap.debug | ternary "- -debug" "" }}