mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-06 04:48:40 +00:00
🐛 Fix the default filter
This commit is contained in:
parent
81befbad5a
commit
5e0042413f
@ -315,7 +315,7 @@ func (provider *Provider) BuildFrontPod(opts *PodOptions, hubHost string, hubPor
|
|||||||
Env: []core.EnvVar{
|
Env: []core.EnvVar{
|
||||||
{
|
{
|
||||||
Name: "REACT_APP_DEFAULT_FILTER",
|
Name: "REACT_APP_DEFAULT_FILTER",
|
||||||
Value: " ",
|
Value: "timestamp >= now()",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "REACT_APP_HUB_HOST",
|
Name: "REACT_APP_HUB_HOST",
|
||||||
|
Loading…
Reference in New Issue
Block a user