From ff0c03fde87895480157f596b5fe3613242e11e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Serv=C3=A9n=20Mar=C3=ADn?= Date: Tue, 13 Jul 2021 13:05:19 +0200 Subject: [PATCH] e2e: update adjacency tool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit updates the reference to the adjacency tool used in the e2e tests. Signed-off-by: Lucas Servén Marín --- e2e/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/lib.sh b/e2e/lib.sh index 04e6566..96d3b51 100755 --- a/e2e/lib.sh +++ b/e2e/lib.sh @@ -134,7 +134,7 @@ create_cluster() { _kubectl apply -f helper-curl.yaml block_until_ready_by_name default curl _kubectl taint node $KIND_CLUSTER-control-plane node-role.kubernetes.io/master:NoSchedule- - _kubectl apply -f https://raw.githubusercontent.com/heptoprint/adjacency/master/example.yaml + _kubectl apply -f https://raw.githubusercontent.com/kilo-io/adjacency/main/example.yaml block_until_ready_by_name adjacency adjacency }