mirror of https://github.com/kubernetes/kops.git
Fix whitespace to be consistent in file
This commit is contained in:
parent
bcc61e6596
commit
0fd1399828
|
|
@ -118,8 +118,8 @@ function kops-up() {
|
|||
create_args="${create_args} --zones=${ZONES}"
|
||||
fi
|
||||
${KUBETEST2} \
|
||||
--up \
|
||||
--kops-binary-path="${KOPS}" \
|
||||
--kubernetes-version="1.21.0" \
|
||||
--create-args="${create_args}"
|
||||
--up \
|
||||
--kops-binary-path="${KOPS}" \
|
||||
--kubernetes-version="1.21.0" \
|
||||
--create-args="${create_args}"
|
||||
}
|
||||
Loading…
Reference in New Issue