Commit ed8cd828 authored by Avesh Agarwal's avatar Avesh Agarwal

Fix e2e "validates that InterPodAntiAffinity is respected if matching 2".

parent db2dc78e
......@@ -542,7 +542,7 @@ var _ = framework.KubeDescribe("SchedulerPredicates [Serial]", func() {
LabelSelector: &metav1.LabelSelector{
MatchExpressions: []metav1.LabelSelectorRequirement{
{
Key: "security",
Key: "service",
Operator: metav1.LabelSelectorOpIn,
Values: []string{"S1", "value2"},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment