1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00
kyverno/test/scenarios/cli.yaml
2019-06-17 18:11:22 -07:00

20 lines
No EOL
460 B
YAML

# file path relative to project root
input:
policy: examples/cli/policy_deployment.yaml
resource: examples/cli/nginx.yaml
expected:
mutation:
patched_resource: test/output/nginx.yaml
reason: Success
validation:
reason: Success
---
input:
policy: examples/cli/policy_deployment.yaml
resource: examples/cli/ghost.yaml
expected:
mutation:
patched_resource: test/output/ghost.yaml
reason: Success
validation:
reason: Success