mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-11 10:26:54 +00:00
* feat: migrate ignoreSCT from rekor to ctlog Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com> * fix: update tests for new crd Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com> --------- Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com> Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> |
||
---|---|---|
.. | ||
01-policy.yaml | ||
02-namespace.yaml | ||
03-create-bad-pod.yaml | ||
bad-pod.yaml | ||
policy-ready.yaml | ||
policy.yaml | ||
README.md |
Description
This test verifies that resource creation is not blocked if the failurePolicy
is set to Ignore
, when there is an error resolving context variables.
Expected Behavior
The pod should be created successfully.