Remove dnsPolicy from PSP (#4864)

This commit is contained in:
Andreas Krüger 2019-06-11 08:34:16 +02:00 committed by Kubernetes Prow Robot
parent 27a99e0a3f
commit c8d95a1586
3 changed files with 0 additions and 5 deletions

View file

@ -26,7 +26,6 @@ spec:
- 'downwardAPI'
- 'persistentVolumeClaim'
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
hostIPC: false
hostPID: false
runAsUser:

View file

@ -26,9 +26,6 @@ spec:
- 'downwardAPI'
- 'persistentVolumeClaim'
hostNetwork: {{ ingress_nginx_host_network|bool }}
{%% if ingress_nginx_host_network %}
dnsPolicy: ClusterFirstWithHostNet
{% endif %}
hostPorts:
- min: 0
max: 65535

View file

@ -35,7 +35,6 @@ spec:
- 'downwardAPI'
- 'persistentVolumeClaim'
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
hostPorts:
- min: 5000
max: 5000