mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 03:37:36 +03:00
Fix nginx_config_dir value not defined when use reset.yml (#3524)
This commit is contained in:
@@ -25,6 +25,9 @@ kube_proxy_nodeport_addresses: false
|
|||||||
# Set to true to allow pre-checks to fail and continue deployment
|
# Set to true to allow pre-checks to fail and continue deployment
|
||||||
ignore_assert_errors: false
|
ignore_assert_errors: false
|
||||||
|
|
||||||
|
# nginx-proxy configure
|
||||||
|
nginx_config_dir: "/etc/nginx"
|
||||||
|
|
||||||
# Directory where the binaries will be installed
|
# Directory where the binaries will be installed
|
||||||
bin_dir: /usr/local/bin
|
bin_dir: /usr/local/bin
|
||||||
docker_bin_dir: /usr/bin
|
docker_bin_dir: /usr/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user