e2e/kind.sh: make indentation consistent

This file uses tabs everywhere instead of spaces, so fix the lines that
I added in the last PR.

Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
Lucas Servén Marín 2021-05-21 11:09:14 +02:00
parent cc7e94b07c
commit 305dc6ce91
No known key found for this signature in database
GPG Key ID: 586FEAF680DA74AD

View File

@ -99,7 +99,7 @@ check_adjacent() {
}
test_locationmesh() {
# shellcheck disable=SC2016
# shellcheck disable=SC2016
$KUBECTL_BINARY patch ds -n kube-system kilo -p '{"spec": {"template":{"spec":{"containers":[{"name":"kilo","args":["--hostname=$(NODE_NAME)","--create-interface=false","--mesh-granularity=location"]}]}}}}'
sleep 5
block_until_ready_by_name kube-system kilo-userspace
@ -110,7 +110,7 @@ test_locationmesh() {
}
test_fullmesh() {
# shellcheck disable=SC2016
# shellcheck disable=SC2016
$KUBECTL_BINARY patch ds -n kube-system kilo -p '{"spec": {"template":{"spec":{"containers":[{"name":"kilo","args":["--hostname=$(NODE_NAME)","--create-interface=false","--mesh-granularity=full"]}]}}}}'
sleep 5
block_until_ready_by_name kube-system kilo-userspace