1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 17:37:12 +00:00
kyverno/test/conformance/chainsaw/validate/e2e/old-object-exists
Charles-Edouard Brétéché db7584c417
chore: use more chainsaw step templates (#11317)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2024-10-04 12:54:39 +03:00
..
chainsaw-test.yaml chore: use more chainsaw step templates (#11317) 2024-10-04 12:54:39 +03: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.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