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 9087c6e commit b9e39bfCopy full SHA for b9e39bf
robusta_cli/main.py
@@ -78,6 +78,7 @@ class HelmValues(BaseModel, extra=Extra.allow):
78
enablePrometheusStack: bool = False
79
disableCloudRouting: bool = False
80
enablePlatformPlaybooks: bool = False
81
+ enabledManagedConfiguration: bool = False
82
playbooksPersistentVolumeSize: str = None
83
kubewatch: Dict = None
84
grafanaRenderer: Dict = None
@@ -261,6 +262,7 @@ def gen_config(
261
262
enablePrometheusStack=enable_prometheus_stack,
263
disableCloudRouting=disable_cloud_routing,
264
enablePlatformPlaybooks=enable_platform_playbooks,
265
+ enabledManagedConfiguration=True if robusta_api_key else False,
266
)
267
268
values.runner = {}
0 commit comments