1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 18:06:55 +00:00
kyverno/test/conformance/chainsaw/validate/e2e/old-object-exists
Mariam Fahmy 2140a0239b
chore: rename validationFailureAction to failureAction under the rule (#10893)
Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
Co-authored-by: Jim Bugwadia <jim@nirmata.com>
2024-08-27 20:07:57 +00:00
..
chainsaw-test.yaml fix: properly update policy context after preexisting resource in violation check (#9893) 2024-03-13 16:24:53 +00:00
ns-ready.yaml fix: properly update policy context after preexisting resource in violation check (#9893) 2024-03-13 16:24:53 +00:00
ns-update.yaml fix: properly update policy context after preexisting resource in violation check (#9893) 2024-03-13 16:24:53 +00:00
ns.yaml fix: properly update policy context after preexisting resource in violation check (#9893) 2024-03-13 16:24:53 +00:00
policy-ready.yaml fix: properly update policy context after preexisting resource in violation check (#9893) 2024-03-13 16:24:53 +00:00
policy.yaml chore: rename validationFailureAction to failureAction under the rule (#10893) 2024-08-27 20:07:57 +00:00
README.md fix: properly update policy context after preexisting resource in violation check (#9893) 2024-03-13 16:24:53 +00:00

Description

This test ensures that request.oldObject is not null on UPDATE operations when there are multiple rules in a policy.

Expected Behavior

The namespace update operation is allowed.

Reference Issue(s)

https://github.com/kyverno/kyverno/issues/9885