Skip to content

Commit

Permalink
fix(e2e): ensuring well-known label
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Tranchitella <[email protected]>
  • Loading branch information
prometherion committed Nov 26, 2023
1 parent 2657080 commit 01e8cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tenantresource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ var _ = Describe("Creating a TenantResource object", func() {

tr.Spec.Resources[0].NamespaceSelector = &metav1.LabelSelector{
MatchLabels: map[string]string{
"name": "solar-three",
"kubernetes.io/metadata.name": "solar-three",
},
}

Expand Down

0 comments on commit 01e8cc2

Please sign in to comment.