1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 01:46:55 +00:00
kyverno/test/conformance/kuttl/exceptions/check-variables/standard
Mariam Fahmy e969248483
chore: bump cleanup policies to v2beta1 (#8621)
Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
2023-10-12 19:45:33 +08:00
..
01-exception.yaml spec.background field implementation for PolicyExceptions (#6127) 2023-02-06 15:45:31 +00:00
exception-allowed.yaml chore: bump cleanup policies to v2beta1 (#8621) 2023-10-12 19:45:33 +08:00
exception-rejected.yaml chore: bump cleanup policies to v2beta1 (#8621) 2023-10-12 19:45:33 +08:00
README.md spec.background field implementation for PolicyExceptions (#6127) 2023-02-06 15:45:31 +00:00

Description

This test creates policy exceptions with the spec.background field. It tests the usage of variables in exceptions.

Expected Behavior

The polex-right is expected to be created but the polex-wrong should fail due to having variables.

Reference Issue(s)

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