mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-03 19:48:45 +00:00
⚡ Set REACT_APP_DEFAULT_FILTER
to empty string
This commit is contained in:
@@ -311,7 +311,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: "timestamp >= now()",
|
Value: " ",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "REACT_APP_HUB_HOST",
|
Name: "REACT_APP_HUB_HOST",
|
||||||
|
Reference in New Issue
Block a user