We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8ca2d commit 6046c65Copy full SHA for 6046c65
deployments/healthcheck-blackbox/bootstrap.sh
@@ -6,7 +6,8 @@ deployment="Health Check - Blackbox Exporter"
6
7
log_start_deployment
8
9
-# This deployment does not require any bootstrap steps.
+log_message "Wait for services to be ready, as tests as based on health checks"
10
+wait_for_liveness
11
bootstrap_progress
12
13
log_end_deployment
0 commit comments