Skip to content

Commit

Permalink
Update care_suite_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
acumino committed Sep 12, 2023
1 parent a28b911 commit 4a2f431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/gardenlet/seed/care/care_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ var _ = BeforeSuite(func() {
Scheme: testScheme,
Metrics: metricsserver.Options{BindAddress: "0"},
Cache: cache.Options{
DefaultNamespaces: map[string]cache.Config{testNamespace.Name: {}},
DefaultNamespaces: map[string]cache.Config{testNamespace.Name: {}, "kube-system": {}},
ByObject: map[client.Object]cache.ByObject{
&gardencorev1beta1.Seed{}: {
Label: labels.SelectorFromSet(labels.Set{testID: testRunID}),
Expand Down

0 comments on commit 4a2f431

Please sign in to comment.