1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00
kyverno/test/conformance/chainsaw/exceptions/background-mode/standard
Mariam Fahmy b61a1f3d18
fix: set v2beta1 of exceptions the storage version (#9254)
Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
Co-authored-by: shuting <shuting@nirmata.com>
2023-12-22 10:13:58 +00:00
..
chainsaw-test.yaml chore: convert chainsaw tests to Test resource (#9100) 2023-12-06 21:39:17 +00:00
exception-allowed.yaml fix: set v2beta1 of exceptions the storage version (#9254) 2023-12-22 10:13:58 +00:00
exception-rejected.yaml fix: set v2beta1 of exceptions the storage version (#9254) 2023-12-22 10:13:58 +00:00
README.md chore: migrate tests to chainsaw (#8997) 2023-11-24 00:02:22 +00:00

Description

This test creates policy exceptions with the spec.background field. It tests the usage of using components not available in background scans in exceptions.

Expected Behavior

The polex-right is expected to be created but the polex-wrong should fail due to having a component that isn't available in background scan.

Reference Issue(s)

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