Skip to content

Commit

Permalink
chore(test): Add log statement if step fails
Browse files Browse the repository at this point in the history
Signed-off-by: Hayden Roszell <hroszell@gmail.com>
  • Loading branch information
m8rmclaren committed Aug 21, 2024
1 parent 149a9bc commit e782f04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integrationtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ done

if [ $issued = false ]; then
echo "Certificate was not issued"
kubectl -n "$reconciler_namespace" logs -l app.kubernetes.io/instance="$reconciler_chart_name"
exit 1
fi

Expand Down

0 comments on commit e782f04

Please sign in to comment.