1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 09:26:54 +00:00
kyverno/examples/cli/testScenarios.yaml
2019-06-13 12:01:03 -07:00

21 lines
No EOL
346 B
YAML

# input
policy: policy-deployment
resource: nginx-deployment
initResources:
# expected
mutation:
mPatchedResource: nginx-deployment
reason: Success
validation:
reason: Success
---
# input
policy: policy-deployment
resource: ghost
initResources:
# expected
mutation:
mPatchedResource: ghost
reason: Success
validation:
reason: Failed