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