Remove dnsPolicy from PSP (#4864)
This commit is contained in:
parent
27a99e0a3f
commit
c8d95a1586
3 changed files with 0 additions and 5 deletions
|
@ -26,7 +26,6 @@ spec:
|
|||
- 'downwardAPI'
|
||||
- 'persistentVolumeClaim'
|
||||
hostNetwork: true
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
hostIPC: false
|
||||
hostPID: false
|
||||
runAsUser:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -35,7 +35,6 @@ spec:
|
|||
- 'downwardAPI'
|
||||
- 'persistentVolumeClaim'
|
||||
hostNetwork: true
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
hostPorts:
|
||||
- min: 5000
|
||||
max: 5000
|
||||
|
|
Loading…
Reference in a new issue