Skip to content

Commit

Permalink
fixup! deploy Grafana and jfr-datasource by default
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Feb 15, 2024
1 parent 8386252 commit c371f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smoketest.bash
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ display_usage() {

s3=seaweed
ce=podman
while getopts "hs:prgtOVXcb" opt; do
while getopts "hs:prGtOVXcb" opt; do
case $opt in
h)
display_usage
Expand All @@ -51,7 +51,7 @@ while getopts "hs:prgtOVXcb" opt; do
s)
s3="${OPTARG}"
;;
g)
G)
DEPLOY_GRAFANA=false
;;
t)
Expand Down

0 comments on commit c371f03

Please sign in to comment.