We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8685f commit b21f622Copy full SHA for b21f622
robusta_cli/main.py
@@ -78,7 +78,7 @@ class HelmValues(BaseModel, extra=Extra.allow):
78
enablePrometheusStack: bool = False
79
disableCloudRouting: bool = False
80
enablePlatformPlaybooks: bool = False
81
- enabledManagedConfiguration: bool = True
+ enabledManagedConfiguration: bool = False
82
playbooksPersistentVolumeSize: str = None
83
kubewatch: Dict = None
84
grafanaRenderer: Dict = None
@@ -219,7 +219,6 @@ def gen_config(
219
] + sinks_config
220
enable_platform_playbooks = True
221
disable_cloud_routing = False
222
- enabledManagedConfiguration = True
223
224
slack_feedback_heads_up_message: Optional[str] = None
225
# When using custom certificates we do not want to add the extra slack message.
0 commit comments