Skip to content

Commit

Permalink
[CI] Ensure prepare-cluster.sh will fail when deployments fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Sep 12, 2024
1 parent 914cbe9 commit b842596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deploy/carvel/prepare-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ if [ "$PULL_IMAGES" == "true" ]; then
fi
start_time=$(date +%s)
echo "Deploying cert-manager $CERT_MANAGER_VERSION"
set -e
kapp deploy --yes --wait --wait-check-interval 10s --app cert-manager \
--file https://github.com/cert-manager/cert-manager/releases/download/$CERT_MANAGER_VERSION/cert-manager.yaml
echo "Deployed cert-manager $CERT_MANAGER_VERSION"
Expand Down

0 comments on commit b842596

Please sign in to comment.