Skip to content

Commit

Permalink
Make the deploy script exit 3 if it fails (#262)
Browse files Browse the repository at this point in the history
Signed-off-by: Xudong Sun <[email protected]>
  • Loading branch information
marshtompsxd authored Sep 14, 2023
1 parent 571da2b commit a4287d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ else
echo ""
echo -e "${RED}Cannot deploy the controller."
echo -e "${YELLOW}Please ensure kubectl can connect to a Kubernetes cluster.${NC}"
exit 3
fi

0 comments on commit a4287d7

Please sign in to comment.