Correct sample inventory to pass yamllint (#6499)
Nit alert. Sample inventory throws an error when processed by yamllint. The default line is currently commented out. However, when uncommenting it our linters fail.pull/6501/head
parent
e72dbf3dfc
commit
6c41f64a98
|
@ -25,7 +25,7 @@ bin_dir: /usr/local/bin
|
||||||
## Internal loadbalancers for apiservers
|
## Internal loadbalancers for apiservers
|
||||||
# loadbalancer_apiserver_localhost: true
|
# loadbalancer_apiserver_localhost: true
|
||||||
# valid options are "nginx" or "haproxy"
|
# valid options are "nginx" or "haproxy"
|
||||||
# loadbalancer_apiserver_type: nginx # valid values "nginx" or "haproxy"
|
# loadbalancer_apiserver_type: nginx # valid values "nginx" or "haproxy"
|
||||||
|
|
||||||
## Local loadbalancer should use this port
|
## Local loadbalancer should use this port
|
||||||
## And must be set port 6443
|
## And must be set port 6443
|
||||||
|
|
Loading…
Reference in New Issue