Merge pull request #174 from squat/consistent_indentation

e2e/kind.sh: make indentation consistent
This commit is contained in:
Lucas Servén Marín 2021-05-21 13:09:27 +02:00 committed by GitHub
commit 5614d9158b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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