1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/test/cli/test-mutate/foreach/cumulativePatch/resources.yaml
Jim Bugwadia 06e93fec46
apply patches cumulatively (#3083)
* apply patches cumulatively

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* handle skipped rules

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* add test files

Signed-off-by: Jim Bugwadia <jim@nirmata.com>
2022-01-25 09:00:18 +00:00

15 lines
No EOL
272 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: badpod
labels:
app: myapp
annotations:
iam.amazonaws.com/role: cert-manager_mycluster
spec:
containers:
- name: nginx2
image: docker.io/nginx
# resources:
# requests:
# memory: 50Mi