loadBalancerIP default should be empty string
This commit is contained in:
parent
007c558b2d
commit
189dc2f343
1 changed files with 1 additions and 1 deletions
|
@ -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: []
|
||||||
|
|
Loading…
Reference in a new issue