mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 17:37:12 +00:00
11 lines
163 B
YAML
11 lines
163 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: badpod
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: container01
|
||
|
image: busybox:1.35
|
||
|
securityContext:
|
||
|
runAsNonRoot: false
|