Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aantn committed May 7, 2024
1 parent 2ff36a6 commit 11ba7a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions robusta_krr/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,8 @@ def run_strategy(
openshift: bool = typer.Option(
False,
"--openshift",
help="Used when running by Robusta inside an OpenShift cluster.",
help="Connect to Prometheus with a token read from /var/run/secrets/kubernetes.io/serviceaccount/token - recommended when running KRR inside an OpenShift cluster",
rich_help_panel="Prometheus Openshift Settings",
hidden=True,
),
cpu_min_value: int = typer.Option(
10,
Expand Down

0 comments on commit 11ba7a1

Please sign in to comment.