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/noconfigmap-diffimage-success
Charles-Edouard Brétéché 396282ab77
chore: remove unnecessary cleanup steps from kuttl tests (#6771)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-04-03 17:35:38 +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 chore: remove unnecessary cleanup steps from kuttl tests (#6771) 2023-04-03 17:35:38 +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
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