mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
19 lines
No EOL
651 B
YAML
19 lines
No EOL
651 B
YAML
# file path relative to project root
|
|
input:
|
|
policy: test/scenarios/mutate/policy_mutate_pod_disable_automountingapicred.yaml
|
|
resource: test/scenarios/mutate/resource_mutate_pod_disable_automountingapicred.yaml
|
|
expected:
|
|
mutation:
|
|
patchedresource: test/output/output_mutate_pod_disable_automoutingapicred.yaml
|
|
policyresponse:
|
|
policy: mutate-pod-disable-automoutingapicred
|
|
resource:
|
|
kind: Pod
|
|
apiVersion: v1
|
|
namespace: ''
|
|
name: myapp-pod
|
|
rules:
|
|
- name: pod-disable-automoutingapicred
|
|
type: Mutation
|
|
message: "succesfully process overlay"
|
|
success: true |