1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 18:06:55 +00:00
kyverno/test/conformance/chainsaw/validating-admission-policy-reports/events
Mariam Fahmy bde90340a6
chore: remove v1alpha1 of VAPs and use v1beta1 (#10955)
Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
2024-08-29 15:31:25 +00:00
..
chainsaw-test.yaml chore: bump chainsaw (#9114) 2023-12-08 01:14:23 +02:00
deployment-assert.yaml
deployment.yaml
policy-event.yaml
policy.yaml chore: remove v1alpha1 of VAPs and use v1beta1 (#10955) 2024-08-29 15:31:25 +00:00
README.md

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