mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
8 lines
250 B
YAML
8 lines
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
|