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.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user