Remove quotes for bind-address in ingress Chart

Currently, we are getting `bind-address: null` in ingress-conf for ingress pod in kube-system namespace
In that case, nginx starting on 0.0.0.0:80 which breaks other ingress controllers, such as maas-ingress.
All further ingress controllers can't start because they can't bind on 80 port.

Change-Id: Ie7e9563bf14fe347969bea0d3c900c8d87d06de0
This commit is contained in:
Alexander Noskov
2019-07-12 17:09:53 -05:00
parent ae3c07b853
commit 0eff94f51c

View File

@@ -258,7 +258,7 @@ conf:
# .network.vip.addr when running in host networking
# and .network.vip.manage=true, otherwise it is left as
# an empty string (the default).
bind-address: "null"
bind-address: null
enable-vts-status: "true"
server-tokens: "false"
services: