mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 09:56: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-04-assert-1.yaml | ||
chainsaw-test.yaml | ||
deployment-assert.yaml | ||
deployment_new.yaml | ||
deployment_old.yaml | ||
policy-ready.yaml | ||
policy.yaml | ||
README.md |
Description
This test verifies images during rollback
Expected Behavior
This test creates a ClusterPolicy and Deployments, and when we perform a rollback, it will be successfully rolled back.
Reference Issue(s)
5363