1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-25 09:06:49 +00:00
kyverno/test/conformance/chainsaw/validating-policies/validation-rules/with-match-conditions/bad-pod.yaml

13 lines
204 B
YAML
Raw Normal View History

apiVersion: v1
kind: Pod
metadata:
name: bad-pod
labels:
prod: "true"
spec:
containers:
- name: container01
image: dummyimagename
securityContext:
allowPrivilegeEscalation: true