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/verifyImages/clusterpolicy/standard/noconfigmap-diffimage-success
Pratik Shah dccb1f692a
Fixed issue-3709: Image verify rule gives error for non-existing configmap (#5272)
Signed-off-by: Pratik Shah <pratik@infracloud.io>

Signed-off-by: Pratik Shah <pratik@infracloud.io>
2022-11-18 08:27:34 +00:00
..
01-policy.yaml Fixed issue-3709: Image verify rule gives error for non-existing configmap (#5272) 2022-11-18 08:27:34 +00:00
02-create-good-pod.yaml Fixed issue-3709: Image verify rule gives error for non-existing configmap (#5272) 2022-11-18 08:27:34 +00:00
03-create-bad-pod.yaml Fixed issue-3709: Image verify rule gives error for non-existing configmap (#5272) 2022-11-18 08:27:34 +00:00
04-update-policy.yaml Fixed issue-3709: Image verify rule gives error for non-existing configmap (#5272) 2022-11-18 08:27:34 +00:00
05-create-pod-with-configmap.yaml Fixed issue-3709: Image verify rule gives error for non-existing configmap (#5272) 2022-11-18 08:27:34 +00:00
99-cleanup.yaml Fixed issue-3709: Image verify rule gives error for non-existing configmap (#5272) 2022-11-18 08:27:34 +00:00
bad-pod.yaml Fixed issue-3709: Image verify rule gives error for non-existing configmap (#5272) 2022-11-18 08:27:34 +00:00
good-pod.yaml Fixed issue-3709: Image verify rule gives error for non-existing configmap (#5272) 2022-11-18 08:27:34 +00:00
namespace.yaml Fixed issue-3709: Image verify rule gives error for non-existing configmap (#5272) 2022-11-18 08:27:34 +00:00
pod-with-configmap-ready.yaml Fixed issue-3709: Image verify rule gives error for non-existing configmap (#5272) 2022-11-18 08:27:34 +00:00
pod-with-configmap.yaml Fixed issue-3709: Image verify rule gives error for non-existing configmap (#5272) 2022-11-18 08:27:34 +00:00
policy-ready.yaml Fixed issue-3709: Image verify rule gives error for non-existing configmap (#5272) 2022-11-18 08:27:34 +00:00
policy.yaml Fixed issue-3709: Image verify rule gives error for non-existing configmap (#5272) 2022-11-18 08:27:34 +00:00
README.md Fixed issue-3709: Image verify rule gives error for non-existing configmap (#5272) 2022-11-18 08:27:34 +00:00
update-policy.yaml Fixed issue-3709: Image verify rule gives error for non-existing configmap (#5272) 2022-11-18 08:27:34 +00:00

Description

This test verifies that resource creation is not blocked if resource image is different than policy image.

Expected Behavior

This test should create a policy with missing configmap, a pod with different image than policy image. This shouldn't block pod creation. When pod is created with same image as policy image, pod creation should be blocked. When test tries to update any field in a policy, it should get updated properly.

Reference Issue(s)

3709