Skip to content

Commit 2b74a1e

Browse files
committed
Fixed a typo
1 parent 14582c7 commit 2b74a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy_k8s_cluster.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ OPENSTACK_DIR="openstack/latest"
196196
# Enables automatic hostpath provisioner based on claim (test and development feature only)
197197
# Experimental, see more here: https://github.com/kubernetes/kubernetes/pull/30694
198198
K8S_AUTO_HOSTPATH_PROVISIONER=false # true or false
199-
if [ $K8S_AUTO_HOSTPATH_PROVISIONER ]; then
199+
if [ "x$K8S_AUTO_HOSTPATH_PROVISIONER" == "xtrue" ]; then
200200
K8S_HOSTPATH_PROVISIONER_MOUNT_POINT="start"
201201
else
202202
K8S_HOSTPATH_PROVISIONER_MOUNT_POINT="stop"

0 commit comments

Comments
 (0)