Skip to content

Commit

Permalink
Merge branch 'krkn-chaos:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
tsebastiani authored Mar 12, 2024
2 parents 625bb70 + 92b2622 commit 5a8d917
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 5a8d917

Please sign in to comment.