1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 01:16:55 +00:00
kyverno/test/conformance/kuttl/verifyImages/clusterpolicy/standard/failure-policy-test-noconfigmap-diffimage-success
shuting a188491091
test: new kuttl test for image verify failure policy (#6788)
* 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>
2023-04-05 11:11:49 +00:00
..
01-policy.yaml test: new kuttl test for image verify failure policy (#6788) 2023-04-05 11:11:49 +00:00
02-namespace.yaml test: new kuttl test for image verify failure policy (#6788) 2023-04-05 11:11:49 +00:00
03-create-bad-pod.yaml test: new kuttl test for image verify failure policy (#6788) 2023-04-05 11:11:49 +00:00
bad-pod.yaml test: new kuttl test for image verify failure policy (#6788) 2023-04-05 11:11:49 +00:00
policy-ready.yaml test: new kuttl test for image verify failure policy (#6788) 2023-04-05 11:11:49 +00:00
policy.yaml test: new kuttl test for image verify failure policy (#6788) 2023-04-05 11:11:49 +00:00
README.md test: new kuttl test for image verify failure policy (#6788) 2023-04-05 11:11:49 +00:00

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.

Reference Issue(s)

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