mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 01:46:55 +00:00
11 lines
186 B
YAML
11 lines
186 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: check-root-user
|
||
|
spec:
|
||
|
securityContext:
|
||
|
runAsNonRoot: true
|
||
|
containers:
|
||
|
- name: check-root-user
|
||
|
image: nginxinc/nginx-unprivileged
|