fix bool in values-crd
This commit is contained in:
parent
ae207da172
commit
263b3736f1
|
|
@ -160,7 +160,7 @@ configTimeouts:
|
||||||
# configure behavior of load balancers
|
# configure behavior of load balancers
|
||||||
configLoadBalancer:
|
configLoadBalancer:
|
||||||
# global toggle to allow public load balancers
|
# global toggle to allow public load balancers
|
||||||
allow_public_load_balancers: "false"
|
allow_public_load_balancers: false
|
||||||
# annotations to apply to service when load balancing is enabled
|
# annotations to apply to service when load balancing is enabled
|
||||||
# custom_service_annotations:
|
# custom_service_annotations:
|
||||||
# keyx: valuez
|
# keyx: valuez
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue