mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 17:37:12 +00:00
19 lines
562 B
YAML
19 lines
562 B
YAML
|
# file path is relative to project root
|
||
|
input:
|
||
|
policy: samples/best_practices/add_safe-to-evict_annotation.yaml
|
||
|
resource: test/resources/pod-with-emptydir.yaml
|
||
|
expected:
|
||
|
mutation:
|
||
|
patchedresource: test/output/pod-with-emptydir.yaml
|
||
|
policyresponse:
|
||
|
policy: annotate-emptyDir
|
||
|
resource:
|
||
|
kind: Pod
|
||
|
apiVersion: v1
|
||
|
namespace: ''
|
||
|
name: pod-with-emptydir
|
||
|
rules:
|
||
|
- name: add-safe-to-evict-annotation
|
||
|
type: Mutation
|
||
|
success: true
|
||
|
message: "succesfully processed overlay"
|