mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 01:46:55 +00:00
* fix: return policies with either audit or enforce rules from the cache Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com> * feat: introduce validationFailureAction under verifyImage rules Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com> * feat: add chainsaw tests Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com> * fix Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com> --------- Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com> Co-authored-by: shuting <shuting@nirmata.com> |
||
---|---|---|
.. | ||
chainsaw-step-01-apply-1.yaml | ||
chainsaw-step-01-apply-2.yaml | ||
chainsaw-step-01-assert-1.yaml | ||
chainsaw-test.yaml | ||
README.md |
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.