1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 01:16:55 +00:00
kyverno/test/conformance/chainsaw/validating-admission-policy-reports/events
Charles-Edouard Brétéché 5a0ce6bb67
chore: bump chainsaw (#11161)
* chore: bump chainsaw

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* more template use

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* v0.2.10

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* go mod

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

---------

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2024-09-17 09:28:33 +00:00
..
chainsaw-test.yaml chore: bump chainsaw (#11161) 2024-09-17 09:28:33 +00:00
deployment-assert.yaml chore: run vap reports test suite using chainsaw (#8965) 2023-11-22 23:17:41 +00:00
deployment.yaml chore: run vap reports test suite using chainsaw (#8965) 2023-11-22 23:17:41 +00:00
policy-event.yaml chore: run vap reports test suite using chainsaw (#8965) 2023-11-22 23:17:41 +00:00
policy.yaml chore: remove v1alpha1 of VAPs and use v1beta1 (#10955) 2024-08-29 15:31:25 +00:00
README.md chore: run vap reports test suite using chainsaw (#8965) 2023-11-22 23:17:41 +00:00

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