mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
8 lines
252 B
YAML
8 lines
252 B
YAML
|
# file path relative to project root
|
||
|
input:
|
||
|
policy: examples/mutate/patches/policy_endpoints.yaml
|
||
|
resource: examples/mutate/patches/endpoints.yaml
|
||
|
expected:
|
||
|
mutation:
|
||
|
patched_resource: test/output/op_patches_endpoints.yaml
|
||
|
reason: Success
|