Skip to content

Commit fc792cc

Browse files
authored
Merge branch 'main' into ROB-926-fix-build-with-sa-key
2 parents d542e5f + b9e39bf commit fc792cc

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)