fix(e2e): ensuring well-known label

Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
This commit is contained in:
Dario Tranchitella
2023-11-28 14:56:09 +01:00
parent 242fdd23ee
commit 3c85657d9a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ var _ = Describe("Creating a GlobalTenantResource object", func() {
gtr.Spec.Resources[0].NamespaceSelector = &metav1.LabelSelector{
MatchLabels: map[string]string{
"name": "solar-three",
"kubernetes.io/metadata.name": "solar-three",
},
}
+1 -1
View File
@@ -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",
},
}