Start ExcludedNamespaces empty by default

This commit is contained in:
Alon Girmonsky 2024-08-02 16:35:46 -07:00
parent 5089e9ccb8
commit 7de515dd3a

View File

@ -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{