1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-13 15:57:31 +00:00
kyverno/test/conformance/kuttl/validating-admission-policy-reports/events/README.md
gcp-cherry-pick-bot[bot] 24f8b877b6
fix: generate events for scanning VAPs in reports controller (#8783) (#8804)
Co-authored-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
2023-11-01 04:15:23 +00:00

357 B

Title

This test checks for generated events when applying ValidatingAdmissionPolicies.

Expected Behavior

This test creates a deployment with 4 replicas that violates the policy. It verifies policy violation events generation for the ValidatingAdmissionPolicy and the Deployment.

Reference Issues

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