From 92b262272467026879781dd3d91e478155d1c8fd Mon Sep 17 00:00:00 2001 From: Paige Rubendall <64206430+paigerube14@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:43:05 -0400 Subject: [PATCH] adding prometheus option comments (#181) Signed-off-by: Paige Rubendall Co-authored-by: Naga Ravi Chaitanya Elluri --- chaos-recommender/run.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/chaos-recommender/run.sh b/chaos-recommender/run.sh index 31073cf..400349c 100755 --- a/chaos-recommender/run.sh +++ b/chaos-recommender/run.sh @@ -19,12 +19,10 @@ source $ROOT_FOLDER/common_run.sh with the -e NAMESPACE= option" && exit 1 [ -z "$PROMETHEUS_ENDPOINT" ] && echo "error: PROMETHEUS_ENDPOINT not set, run the recommender \ - with the -e PROMETHEUS_ENDPOINT= option" && exit 1 + with the -e PROMETHEUS_ENDPOINT= option" && exit 1 [ -z "$PROMETHEUS_TOKEN" ] && echo "error: PROMETHEUS_TOKEN not set, run the recommender \ - with the -e PROMETHEUS_TOKEN= option" && exit 1 - - + with the -e PROMETHEUS_TOKEN= option" && exit 1 #checks #config_setup