Explorar o código

e2e: update adjacency tool

This commit updates the reference to the adjacency tool used in the e2e
tests.

Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
Lucas Servén Marín %!s(int64=5) %!d(string=hai) anos
pai
achega
e9d1ba88a8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      e2e/lib.sh

+ 1 - 1
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
 }