From 305dc6ce91f5bdf8ee38010fa36f3adfa3dfe207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Serv=C3=A9n=20Mar=C3=ADn?= Date: Fri, 21 May 2021 11:09:14 +0200 Subject: [PATCH] e2e/kind.sh: make indentation consistent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- e2e/kind.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/kind.sh b/e2e/kind.sh index 29012c3..c1a6072 100755 --- a/e2e/kind.sh +++ b/e2e/kind.sh @@ -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