1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 17:37:12 +00:00
kyverno/test/policy/mutate/patches.yaml

13 lines
371 B
YAML
Raw Normal View History

2019-06-17 18:11:22 -07:00
# file path relative to project root
input:
policy: examples/mutate/patches/policy_endpoints.yaml
resource: examples/mutate/patches/endpoints.yaml
expected:
2019-07-01 12:16:12 -07:00
passes: true
2019-06-17 18:11:22 -07:00
mutation:
patched_resource: test/output/op_patches_endpoints.yaml
2019-07-01 12:16:12 -07:00
rules:
- name: pEP
type: Mutation
messages:
- "Rule pEP: Patches successfully applied."