Parcourir la source

Merge pull request #224 from squat/e2e-fix

e2e/lib.sh: fix namespace of adjacency
leonnicolas il y a 4 ans
Parent
commit
6fe0beabcd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      e2e/lib.sh

+ 1 - 1
e2e/lib.sh

@@ -135,7 +135,7 @@ create_cluster() {
 	block_until_ready_by_name default curl
 	block_until_ready_by_name default curl
 	_kubectl taint node $KIND_CLUSTER-control-plane node-role.kubernetes.io/master:NoSchedule-
 	_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
 	_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 () {
 delete_cluster () {