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: {} serviceAnnotations: {}
# Static IP address to assign to loadBalancer # Static IP address to assign to loadBalancer
# service type `LoadBalancer` # service type `LoadBalancer`
loadBalancerIP: "123" loadBalancerIP: ""
# Source ranges to allow access to service from. Only applies to # Source ranges to allow access to service from. Only applies to
# service type `LoadBalancer` # service type `LoadBalancer`
loadBalancerSourceRanges: [] loadBalancerSourceRanges: []