Skip to content

Commit ef62b8a

Browse files
dosmanakMo3m3n
authored andcommitted
BUG/MINOR: test: haproxy-ingress is in haproxy-controller namespace
1 parent 65ea4b9 commit ef62b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/tests/rebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ echo "wait --for=condition=ready ..."
1919
COUNTER=0
2020
while [ $COUNTER -lt 150 ]; do
2121
sleep 2
22-
kubectl get pods -n default --no-headers --selector=run=haproxy-ingress | awk '{print "default/haproxy-kubernetes-ingress " $3 " " $5}'
22+
kubectl get pods -n haproxy-controller --no-headers --selector=run=haproxy-ingress | awk '{print "haproxy-controller/haproxy-kubernetes-ingress " $3 " " $5}'
2323
result=$(kubectl get pods -n default --no-headers --selector=run=haproxy-ingress | awk '{print $3}')
2424
if [ "$result" = "Running" ]; then
2525
COUNTER=151

0 commit comments

Comments
 (0)