1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/test/conformance/kuttl/verifyImages/clusterpolicy/standard/configmap-context-lookup
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-assert.yaml feat: add kuttl tests for #5704 (#5707) 2022-12-16 14:18:48 +00:00
01-manifests.yaml chore: use Enforce instead of enforce in kuttl tests (#6763) 2023-04-03 13:36:30 +00:00
README.md feat: add kuttl tests for #5704 (#5707) 2022-12-16 14:18:48 +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/kuttl/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