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>
This commit is contained in:
parent
ad62f90e54
commit
e9d1ba88a8
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user