mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
* fix mutate preprocessing for anchors Signed-off-by: Jim Bugwadia <jim@nirmata.com> * make fmt Signed-off-by: Jim Bugwadia <jim@nirmata.com> Co-authored-by: shuting <shutting06@gmail.com>
12 lines
261 B
YAML
12 lines
261 B
YAML
name: foreach-mutate
|
|
policies:
|
|
- policies.yaml
|
|
resources:
|
|
- resources.yaml
|
|
results:
|
|
- policy: mutate-emptydir
|
|
rule: setDefault
|
|
resource: svc-sizelimit-test
|
|
patchedResource: deploy-patched.yaml
|
|
kind: Deployment
|
|
result: pass
|