Skip to content

Commit

Permalink
[kots]: change storage check to exit with non-zero if error
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms committed Jul 1, 2022
1 parent 7c8f476 commit 9a8ade8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/kots-config-check/storage/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,5 @@ if [ "${connection}" = "true" ]; then
echo "connection: ok"
else
echo "connection: error"
exit 1
fi

0 comments on commit 9a8ade8

Please sign in to comment.