1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 01:16:55 +00:00
kyverno/test/conformance/chainsaw/webhook-configurations/match-conditions-fail
Khaled Emara f07007f864
fix(validate): custom match conditions errors (#11461)
* fix(validate): custom match conditions errors

Signed-off-by: Khaled Emara <khaled.emara@nirmata.com>

* test(webhook): failing match conditions

---------

Signed-off-by: Khaled Emara <khaled.emara@nirmata.com>
Co-authored-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
2024-11-05 11:59:09 +00:00
..
chainsaw-test.yaml fix(validate): custom match conditions errors (#11461) 2024-11-05 11:59:09 +00:00
policy.yaml fix(validate): custom match conditions errors (#11461) 2024-11-05 11:59:09 +00:00
README.md fix(validate): custom match conditions errors (#11461) 2024-11-05 11:59:09 +00:00

Description

This test checks whether a Policy with failing match conditions will be accepted or not.

Expected Behavior

Policy creation should be blocked if the match conditions are failing.