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/add-default-resources/patchedResource3.yaml
Charles-Edouard Brétéché aeb5e01c60
fix: Result not correct when testing a mutate rule and foreach with add anchor (#8375)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-09-13 13:25:29 +00:00

18 lines
No EOL
310 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: nginx-demo3
spec:
containers:
- name: nginx
image: nginx:latest
resources:
requests:
memory: "200Mi"
cpu: "100m"
- name: busybox
image: busybox:latest
resources:
requests:
memory: "100Mi"
cpu: "100m"