mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-03 19:40:05 +00:00
Start ExcludedNamespaces
empty by default
This commit is contained in:
parent
5089e9ccb8
commit
7de515dd3a
@ -16,9 +16,9 @@ const (
|
||||
func CreateDefaultConfig() ConfigStruct {
|
||||
return ConfigStruct{
|
||||
Tap: configStructs.TapConfig{
|
||||
ExcludedNamespaces: []string{
|
||||
"kube-system",
|
||||
},
|
||||
// ExcludedNamespaces: []string{
|
||||
// "kube-system",
|
||||
// },
|
||||
NodeSelectorTerms: []v1.NodeSelectorTerm{
|
||||
{
|
||||
MatchExpressions: []v1.NodeSelectorRequirement{
|
||||
|
Loading…
Reference in New Issue
Block a user