mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 01:16:55 +00:00
20 lines
No EOL
339 B
YAML
20 lines
No EOL
339 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
labels:
|
|
app: foo
|
|
name: footwo
|
|
namespace: default
|
|
spec:
|
|
containers:
|
|
- image: abc:1.28
|
|
name: busybox
|
|
securityContext:
|
|
runAsNonRoot: true
|
|
initContainers:
|
|
- image: bcd:1.29
|
|
name: nginx
|
|
securityContext:
|
|
runAsNonRoot: true
|
|
securityContext:
|
|
runAsNonRoot: true |