1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 09:56:55 +00:00
kyverno/test/cli/test-mutate/foreach/cumulativePatch/patched.yaml

17 lines
288 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: 100Mi
cpu: 100m