1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 09:26:54 +00:00
kyverno/test/conformance/chainsaw/exceptions/exclude-ephemeral-containers/excluded-pod.yaml
Mariam Fahmy 9d28116eb4
fix: allow exceptions to match Pod/ephemeralcontainers by default (#10778)
Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
2024-08-02 12:47:09 +00:00

10 lines
163 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: badpod
spec:
containers:
- name: container01
image: busybox:1.35
securityContext:
runAsNonRoot: false