1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 17:37:12 +00:00
kyverno/examples/mutate/patches/testScenarios.yaml

21 lines
359 B
YAML
Raw Normal View History

2019-06-12 16:18:31 -07:00
# input
policy: policy-endpoints
resource: test-endpoint
initResources:
# expected
mutation:
mPatchedResource: test-endpoint
reason: Success
validation:
reason: Success
---
2019-06-13 12:01:03 -07:00
# input
2019-06-12 16:18:31 -07:00
policy: policy-endpoints
resource: test-endpoint
initResources:
2019-06-13 12:01:03 -07:00
# expected
mutation:
mPatchedResource: test-endpoint
reason: Success
validation:
reason: Success