🔨 Template the -servicemesh flag

This commit is contained in:
M. Mert Yildiran 2023-10-12 18:28:42 +03:00
parent 1064305934
commit 706a2fc9b5
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -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" "" }}