Skip to content

Commit b0aacb7

Browse files
authored
Merge pull request #2327 from openziti/miniziti-extra-args
word-split minikube start args
2 parents 51152ed + a9cc86d commit b0aacb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickstart/kubernetes/miniziti.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ main(){
697697
logDebug "apiserver not running or got extra start args, running 'minikube start'"
698698
minikube start \
699699
--profile "${MINIKUBE_PROFILE}" \
700-
"${MINIKUBE_START_ARGS[@]}" >&3
700+
"${MINIKUBE_START_ARGS[*]}" >&3
701701
else
702702
logDebug "apiserver is running, not starting minikube"
703703
fi

0 commit comments

Comments
 (0)