Skip to content

Commit

Permalink
Added debug information to fargate test hook
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Jan 19, 2024
1 parent 35044c6 commit 57e39d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/fundamentals/fargate/tests/hook-enabling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ after() {

if [ -z "$check" ]; then
echo "checkout pod not scheduled on fargate"
kubectl get po -n checkout -l app.kubernetes.io/instance=checkout,app.kubernetes.io/component=service -o json | jq
exit 1
fi
}
Expand Down

0 comments on commit 57e39d3

Please sign in to comment.