diff --git a/config/configStruct.go b/config/configStruct.go index eec2fa07c..d5a3263d6 100644 --- a/config/configStruct.go +++ b/config/configStruct.go @@ -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{