mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-12 13:53:30 +00:00
🐛 Template the -tls
flag in worker DaemonSet
This commit is contained in:
parent
f59f84af02
commit
bf182b6330
@ -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" "" }}
|
||||||
|
Loading…
Reference in New Issue
Block a user