Skip to content

Commit

Permalink
added test namespace labels
Browse files Browse the repository at this point in the history
Signed-off-by: Disaiah Bennett <[email protected]>
  • Loading branch information
dislbenn committed Sep 26, 2023
1 parent 56800fb commit 4d7cc6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controllers/backplaneconfig_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ var _ = Describe("BackplaneConfig controller", func() {
// Create target namespace
err = k8sClient.Create(context.Background(), &corev1.Namespace{
ObjectMeta: metav1.ObjectMeta{
Name: DestinationNamespace,
Name: DestinationNamespace,
Labels: map[string]string{},
},
Spec: corev1.NamespaceSpec{},
})
Expand Down

0 comments on commit 4d7cc6b

Please sign in to comment.