Skip to content

Commit 193c248

Browse files
authored
fix docs (#397)
1 parent 08ee404 commit 193c248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robusta_krr/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def run_strategy(
105105
None,
106106
"--selector",
107107
"-s",
108-
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.",
108+
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.",
109109
rich_help_panel="Kubernetes Settings",
110110
),
111111
prometheus_url: Optional[str] = typer.Option(

0 commit comments

Comments
 (0)