1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 09:26:54 +00:00
kyverno/vendor/k8s.io/kubernetes/hack/testdata/deployment-with-UnixUserID.yaml
2019-10-23 23:19:53 -07:00

23 lines
383 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: deployment-with-unixuserid
labels:
app: nginx
spec:
replicas: 1
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:1.7.9
securityContext:
runAsNonRoot: true
runAsUser: 65534