1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 09:26:54 +00:00
kyverno/test/conformance/chainsaw/verifyImages/clusterpolicy/standard/configmap-context-lookup
Charles-Edouard Brétéché 778d81a865
chore: use more chainsaw step templates (#11293)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2024-10-02 18:55:38 +00:00
..
chainsaw-test.yaml chore: use more chainsaw step templates (#11293) 2024-10-02 18:55:38 +00:00
cm.yaml chore: use more chainsaw step templates (#11293) 2024-10-02 18:55:38 +00:00
policy.yaml chore: use more chainsaw step templates (#11293) 2024-10-02 18:55:38 +00:00
README.md chore: remove reference to kuttl (#9539) 2024-01-27 23:01:32 +00:00

Description

The configmap context lookup uses informer's cache internally, the background processing should use the same to resolve configmap context without crashing Kyverno.

This is the second test for configmap lookup, see test/conformance/chainsaw/validate/clusterpolicy/standard/audit/configmap-context-lookup/README.md for another.

Expected Behavior

Policy is expected to be successfully created AND not result in an internal panic.

Reference Issue(s)

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