Skip to content

Commit

Permalink
Only default ns
Browse files Browse the repository at this point in the history
  • Loading branch information
ReallyLiri committed Nov 14, 2021
1 parent fda2b2a commit ecbc626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func TestIntegration(t *testing.T) {
log.Infof("using store file at '%v'\n", storeFile.Name())
cfg.StoreFilePath = storeFile.Name()
cfg.MessagesDeduplicationDuration = time.Minute
cfg.ExcludeNamespaces = []string{"kube-system"}
cfg.IncludeNamespaces = []string{"default"}
cfg.OutputMode = "discard"
cfg.ContextName = "minikube"

Expand Down

0 comments on commit ecbc626

Please sign in to comment.