Add disableTlsLog command line option support for tracer

This commit is contained in:
Ilya Gavrilov
2024-08-28 17:46:04 +02:00
parent ad738387b7
commit 8c18e8717f
2 changed files with 4 additions and 0 deletions

View File

@@ -166,6 +166,9 @@ spec:
{{- if .Values.tap.debug }}
- -debug
{{- end }}
{{- if .Values.tap.disableTlsLog }}
- -disable-tls-log
{{- end }}
{{- if .Values.tap.misc.profile }}
- -port
- '{{ add .Values.tap.proxy.worker.srvPort 1 }}'