Fix nginx_config_dir value not defined when use reset.yml (#3524)
This commit is contained in:
parent
4077934519
commit
1ea7ec3189
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue