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/webhooks/pod-exec-subresource/README.md

14 lines
326 B
Markdown
Raw Normal View History

## Description
This test verifies the resource mutation webhook is configured correctly when a policy targets the `Pod/exec` subresource.
## Steps
1. - Create a policy targeting `Pod/exec`
- Assert policy gets ready
1. - Assert that the resource mutation webhook is configured correctly
## Reference Issue(s)
#9829