Skip to content

Commit

Permalink
fix docs (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
aantn authored Jan 26, 2025
1 parent 08ee404 commit 193c248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robusta_krr/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def run_strategy(
None,
"--selector",
"-s",
help="Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -s key1=value1,key2=value2). Matching objects must satisfy all of the specified label constraints.",
help="Selector (label query) to filter workloads. Applied to labels on the workload (e.g. deployment) not on the individual pod! Supports '=', '==', and '!='.(e.g. -s key1=value1,key2=value2). Matching objects must satisfy all of the specified label constraints.",
rich_help_panel="Kubernetes Settings",
),
prometheus_url: Optional[str] = typer.Option(
Expand Down

0 comments on commit 193c248

Please sign in to comment.