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,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