e2e/lib.sh: fix namespace of adjacency

adjacency is running in the default namespace.
Prior to this commit the block_until_ready function
received the adjacency namespace instead of the default
namespace as a parameter.

Signed-off-by: leonnicolas <leonloechner@gmx.de>
This commit is contained in:
leonnicolas 2021-08-18 22:51:51 +02:00
parent 1b5ad035d9
commit 0fbd33788e
No known key found for this signature in database
GPG Key ID: 088D0743E2B65C07

View File

@ -135,7 +135,7 @@ create_cluster() {
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/kilo-io/adjacency/main/example.yaml
block_until_ready_by_name adjacency adjacency
block_until_ready_by_name default adjacency
}
delete_cluster () {