mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
20 lines
No EOL
460 B
YAML
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 |