mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 17:37:12 +00:00
8 lines
No EOL
250 B
YAML
8 lines
No EOL
250 B
YAML
# file path relative to project root
|
|
input:
|
|
policy: examples/mutate/overlay/policy_imagePullPolicy.yaml
|
|
resource: examples/mutate/overlay/nginx.yaml
|
|
expected:
|
|
mutation:
|
|
patched_resource: test/output/op_overlay_nginx.yaml
|
|
reason: Success |