Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
Fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
msiegenthaler committed Dec 22, 2017
1 parent 4b2712e commit e810322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ wait_for_service_up() {
echo "Service $SERVICE was not ready in time"
exit 1
fi
RESULT=`kubectl get endpoints --namespace=mario $SERVICE -o jsonpath={.subsets[].addresses[].targetRef.name} 2> /dev/null || true`
RESULT=`kubectl get endpoints --namespace=$tiller_namespace $SERVICE -o jsonpath={.subsets[].addresses[].targetRef.name} 2> /dev/null || true`
if [ -z "$RESULT" ]; then
sleep 1
wait_for_service_up $SERVICE $((--TIMEOUT))
Expand Down

0 comments on commit e810322

Please sign in to comment.