Skip to content

Commit 247dab7

Browse files
authored
Merge branch 'main' into ROB-3611-cluster-size-support
2 parents c4f6848 + 22b7044 commit 247dab7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

robusta_cli/main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,10 @@ def gen_config(
330330
"name": "ROBUSTA_TELEMETRY_ENDPOINT",
331331
"value": backend_profile.robusta_telemetry_endpoint,
332332
},
333+
{
334+
"name": "ROBUSTA_API_ENDPOINT",
335+
"value": backend_profile.robusta_cloud_api_host,
336+
},
333337
]
334338

335339
if robusta_api_key:

0 commit comments

Comments
 (0)