1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/test/conformance/kuttl/exceptions/events-creation/README.md
shuting efe09b286e
fix source in events (#6739)
Signed-off-by: ShutingZhao <shuting@nirmata.com>
2023-03-31 07:34:31 +02:00

456 B

Description

This test checks the events are generated properly for policyexceptions.

Steps

    • Create a cluster policy
    • Assert the policy becomes ready
    • Create a policy exception for the cluster policy created above but for a specific namespace
    • Try to create a pod, expecting two events are created, one for the clusterpolicy, another is for policyexception

Reference Issue(s)

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