mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 01:16:55 +00:00
* add a kuttl test Signed-off-by: ShutingZhao <shuting@nirmata.com> * rename policy Signed-off-by: ShutingZhao <shuting@nirmata.com> --------- Signed-off-by: ShutingZhao <shuting@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.