Skip to content

Commit b9e39bf

Browse files
authored
Rob 702 zero alerts (#9)
* Added enabledManagedConfiguration by default if robusta sink is used
1 parent 9087c6e commit b9e39bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

robusta_cli/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ class HelmValues(BaseModel, extra=Extra.allow):
7878
enablePrometheusStack: bool = False
7979
disableCloudRouting: bool = False
8080
enablePlatformPlaybooks: bool = False
81+
enabledManagedConfiguration: bool = False
8182
playbooksPersistentVolumeSize: str = None
8283
kubewatch: Dict = None
8384
grafanaRenderer: Dict = None
@@ -261,6 +262,7 @@ def gen_config(
261262
enablePrometheusStack=enable_prometheus_stack,
262263
disableCloudRouting=disable_cloud_routing,
263264
enablePlatformPlaybooks=enable_platform_playbooks,
265+
enabledManagedConfiguration=True if robusta_api_key else False,
264266
)
265267

266268
values.runner = {}

0 commit comments

Comments
 (0)