Skip to content

Commit

Permalink
adding prometheus option comments (#181)
Browse files Browse the repository at this point in the history
Signed-off-by: Paige Rubendall <[email protected]>
Co-authored-by: Naga Ravi Chaitanya Elluri <[email protected]>
  • Loading branch information
paigerube14 and chaitanyaenr authored Mar 12, 2024
1 parent 3dfa3ed commit 92b2622
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions chaos-recommender/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ source $ROOT_FOLDER/common_run.sh
with the -e NAMESPACE=<namespace> option" && exit 1

[ -z "$PROMETHEUS_ENDPOINT" ] && echo "error: PROMETHEUS_ENDPOINT not set, run the recommender \
with the -e PROMETHEUS_ENDPOINT=<namespace> option" && exit 1
with the -e PROMETHEUS_ENDPOINT=<prometheus_url> option" && exit 1

[ -z "$PROMETHEUS_TOKEN" ] && echo "error: PROMETHEUS_TOKEN not set, run the recommender \
with the -e PROMETHEUS_TOKEN=<namespace> option" && exit 1


with the -e PROMETHEUS_TOKEN=<prometheus_token> option" && exit 1

#checks
#config_setup
Expand Down

0 comments on commit 92b2622

Please sign in to comment.