mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 01:46:55 +00:00
15 lines
278 B
YAML
15 lines
278 B
YAML
|
# input
|
||
|
policy: policy-endpoints
|
||
|
resource: test-endpoint
|
||
|
initResources:
|
||
|
# expected
|
||
|
mutation:
|
||
|
mPatchedResource: test-endpoint
|
||
|
reason: Success
|
||
|
validation:
|
||
|
reason: Success
|
||
|
---
|
||
|
policy: policy-endpoints
|
||
|
resource: test-endpoint
|
||
|
initResources:
|
||
|
mPatchedResource: test-endpoint
|