Fix nginx_config_dir value not defined when use reset.yml (#3524)

This commit is contained in:
Rong Zhang 2018-10-15 16:46:55 +08:00 committed by k8s-ci-robot
parent 4077934519
commit 1ea7ec3189

View file

@ -25,6 +25,9 @@ kube_proxy_nodeport_addresses: false
# Set to true to allow pre-checks to fail and continue deployment
ignore_assert_errors: false
# nginx-proxy configure
nginx_config_dir: "/etc/nginx"
# Directory where the binaries will be installed
bin_dir: /usr/local/bin
docker_bin_dir: /usr/bin