Browse Source

Remove invalid field dnsPolicy from podSecurityPolicy (#4863)

Change-Id: I02864011bf5fda5dbd35c7513c73875769036f87
pull/4864/head
Matthew Mosesohn 5 years ago
committed by Kubernetes Prow Robot
parent
commit
f504d0ea99
1 changed files with 0 additions and 1 deletions
  1. 1
      roles/kubernetes-apps/cluster_roles/templates/psp.yml.j2

1
roles/kubernetes-apps/cluster_roles/templates/psp.yml.j2

@ -65,7 +65,6 @@ spec:
volumes:
- '*'
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
hostPorts:
- min: 0
max: 65535

Loading…
Cancel
Save