Merge pull request #224 from squat/e2e-fix

e2e/lib.sh: fix namespace of adjacency
This commit is contained in:
leonnicolas 2021-08-19 09:38:32 +03:00 committed by GitHub
commit 6fe0beabcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 () {