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