Skip to content

Commit b21f622

Browse files
committed
enabledManagedConfiguration in HelmValues false by default
1 parent 0c8685f commit b21f622

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

robusta_cli/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class HelmValues(BaseModel, extra=Extra.allow):
7878
enablePrometheusStack: bool = False
7979
disableCloudRouting: bool = False
8080
enablePlatformPlaybooks: bool = False
81-
enabledManagedConfiguration: bool = True
81+
enabledManagedConfiguration: bool = False
8282
playbooksPersistentVolumeSize: str = None
8383
kubewatch: Dict = None
8484
grafanaRenderer: Dict = None
@@ -219,7 +219,6 @@ def gen_config(
219219
] + sinks_config
220220
enable_platform_playbooks = True
221221
disable_cloud_routing = False
222-
enabledManagedConfiguration = True
223222

224223
slack_feedback_heads_up_message: Optional[str] = None
225224
# When using custom certificates we do not want to add the extra slack message.

0 commit comments

Comments
 (0)