mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 18:09:58 +00:00
test(e2e): bug on PodPriorityClass case
This commit is contained in:
@@ -22,7 +22,7 @@ var _ = Describe("enforcing a Priority Class", func() {
|
||||
Name: "priority-class",
|
||||
Annotations: map[string]string{
|
||||
"priorityclass.capsule.clastix.io/allowed": "gold",
|
||||
"priorityclass.capsule.clastix.io/allowed-regex": "pc-silver,pc-bronze-pc-gold",
|
||||
"priorityclass.capsule.clastix.io/allowed-regex": "pc\\-\\w+",
|
||||
},
|
||||
},
|
||||
Spec: v1alpha1.TenantSpec{
|
||||
|
||||
Reference in New Issue
Block a user