1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-07 00:17:13 +00:00
kyverno/test/cli/test-mutate/foreach/cumulativePatch/resources.yaml

15 lines
272 B
YAML
Raw Normal View History

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