loadBalancerIP default should be empty string

This commit is contained in:
l15k4 2019-06-25 17:35:37 +02:00
parent 007c558b2d
commit 189dc2f343

View file

@ -53,7 +53,7 @@ ui:
serviceAnnotations: {}
# Static IP address to assign to loadBalancer
# service type `LoadBalancer`
loadBalancerIP: "123"
loadBalancerIP: ""
# Source ranges to allow access to service from. Only applies to
# service type `LoadBalancer`
loadBalancerSourceRanges: []