mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
21 lines
No EOL
359 B
YAML
21 lines
No EOL
359 B
YAML
# input
|
|
policy: policy-endpoints
|
|
resource: test-endpoint
|
|
initResources:
|
|
# expected
|
|
mutation:
|
|
mPatchedResource: test-endpoint
|
|
reason: Success
|
|
validation:
|
|
reason: Success
|
|
---
|
|
# input
|
|
policy: policy-endpoints
|
|
resource: test-endpoint
|
|
initResources:
|
|
# expected
|
|
mutation:
|
|
mPatchedResource: test-endpoint
|
|
reason: Success
|
|
validation:
|
|
reason: Success |