Commit ec78d65
committed
fix: pass ROBUSTA_API_ENDPOINT to runner on self-hosted installs
The runner reads ROBUSTA_API_ENDPOINT to build URLs like
RUNNER_GET_HOLMES_SLACKBOT_INFO and RUNNER_GET_INFO_URL. On self-hosted
clusters this var was not injected, so the runner fell back to the
public api.robusta.dev instead of the customer's api.<MY_DOMAIN>.
Inject it from BackendProfile.robusta_cloud_api_host alongside the
other self-host endpoint overrides in gen_config.1 parent d11c630 commit ec78d65
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
277 | 281 | | |
278 | 282 | | |
279 | 283 | | |
| |||
0 commit comments