1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 01:46:55 +00:00
kyverno/test/conformance/chainsaw/validate/e2e/old-object-exists
Mariam Fahmy 340009f55f
feat: add chainsaw tests for validate policies (#10544)
Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
2024-06-26 10:39:54 +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 feat: add chainsaw tests for validate policies (#10544) 2024-06-26 10:39:54 +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