mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-04 11:58:41 +00:00
Revert "Start ExcludedNamespaces
empty by default"
This reverts commit 7de515dd3a
.
This commit is contained in:
parent
a31bb0e6e7
commit
19d2822d3e
@ -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