mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
10 lines
No EOL
186 B
YAML
10 lines
No EOL
186 B
YAML
# input
|
|
policy: set-image-pull-policy
|
|
resource: nginx-deployment
|
|
initResources:
|
|
# expected
|
|
mutation:
|
|
mPatchedResource: nginx-deployment
|
|
reason: Success
|
|
validation:
|
|
reason: Success |