Commit d250b00a authored by yeasy's avatar yeasy

Fix word typo

envitonment --> environment
parent fa21ef11
...@@ -107,7 +107,7 @@ ENABLE_CLUSTER_UI="${KUBE_ENABLE_CLUSTER_UI:-true}" ...@@ -107,7 +107,7 @@ ENABLE_CLUSTER_UI="${KUBE_ENABLE_CLUSTER_UI:-true}"
#RUNTIME_CONFIG="" #RUNTIME_CONFIG=""
# Optional: Add http or https proxy when download easy-rsa. # Optional: Add http or https proxy when download easy-rsa.
# Add envitonment variable separated with blank space like "http_proxy=http://10.x.x.x:8080 https_proxy=https://10.x.x.x:8443" # Add environment variable separated with blank space like "http_proxy=http://10.x.x.x:8080 https_proxy=https://10.x.x.x:8443"
PROXY_SETTING=${PROXY_SETTING:-""} PROXY_SETTING=${PROXY_SETTING:-""}
DEBUG=${DEBUG:-"false"} DEBUG=${DEBUG:-"false"}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment