mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-04-27 19:47:31 +00:00
fixed the missing quotes around the value of the --stale-timeout
flag in the worker daemon set
This commit is contained in:
parent
0a0b0cde36
commit
ee68cd0193
@ -74,7 +74,7 @@ spec:
|
||||
- -resolution-strategy
|
||||
- '{{ .Values.tap.misc.resolutionStrategy }}'
|
||||
- -staletimeout
|
||||
- {{ .Values.tap.misc.staleTimeoutSeconds }}
|
||||
- '{{ .Values.tap.misc.staleTimeoutSeconds }}'
|
||||
{{- if .Values.tap.debug }}
|
||||
- -debug
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user