From 6fa8e2a4c8b5fc77686bcf193545edd7df1e66a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Thu, 18 Jan 2024 20:57:07 +0100 Subject: Fix Typo --- robusta_krr/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robusta_krr/main.py b/robusta_krr/main.py index 8c19f1b..b01bcb4 100644 --- a/robusta_krr/main.py +++ b/robusta_krr/main.py @@ -79,7 +79,7 @@ def load_commands() -> None: None, "--resource", "-r", - help="List of resources to run on (Deployment, StatefullSet, DaemonSet, Job, Rollout). By default, will run on all resources. Case insensitive.", + help="List of resources to run on (Deployment, StatefulSet, DaemonSet, Job, Rollout). By default, will run on all resources. Case insensitive.", rich_help_panel="Kubernetes Settings", ), selector: Optional[str] = typer.Option( -- cgit v1.2.3