mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-13 03:16:55 +00:00
|
||
---|---|---|
.. | ||
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.