1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 01:46:55 +00:00
kyverno/vendor/k8s.io/kubernetes/hack/testdata/deployment-with-UnixUserID.yaml

24 lines
383 B
YAML
Raw Normal View History

2019-10-23 23:19:53 -07:00
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