Skip to content

Commit 66ddf29

Browse files
authored
add info about holmes, fix holmes additional env vars camel case (#1628)
1 parent f7f7a18 commit 66ddf29

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

docs/configuration/ai-analysis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Reading the Robusta UI Token from a secret in HolmesGPT
249249
.. code-block:: yaml
250250
251251
holmes:
252-
additional_env_vars:
252+
additionalEnvVars:
253253
....
254254
- name: ROBUSTA_UI_TOKEN
255255
valueFrom:

docs/setup-robusta/proxies.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,25 @@ Robusta requires internet access in the following cases:
66
* Robusta SaaS is enabled
77
* Robusta is configured to send notifications to services such as Slack (via :ref:`sinks <Sinks Reference>`)
88

9-
If your Kubernetes cluster is behind an HTTP proxy or firewall, follow the instructions below to ensure Robusta has the necessary access.
9+
If your Kubernetes cluster is behind an HTTP proxy or firewall, follow the instructions below to ensure Robusta and HolmesGPT has the necessary access.
1010

1111
Configuring Proxy Settings for Robusta
1212
----------------------------------------
1313

14-
All outbound traffic from Robusta is handled by the `robusta-runner` deployment.
14+
Outbound traffic from Robusta is handled by the `robusta-runner` deployment.
1515

16-
To configure proxy settings for `robusta-runner`, set the `HTTP_PROXY` and `HTTPS_PROXY` environment variables. You can do so with one of the follopwing Helm values:
16+
To configure proxy settings for `robusta-runner`, set the `HTTP_PROXY` and `HTTPS_PROXY` environment variables. You can do so with one of the following Helm values:
1717

1818
* ``runner.additional_env_vars`` - to set one environment variable at a time
1919
* ``runner.additional_env_froms`` - to set many environment variables at once
2020

21+
Configuring Proxy Settings for HolmesGPT
22+
----------------------------------------
23+
24+
Set the `HTTP_PROXY` and `HTTPS_PROXY` environment variables. You can do so with the following Helm values:
25+
26+
* ``holmes.additionalEnvVars`` - to set one environment variable at a time
27+
2128
Either Helm value can be used, depending on your preference. See `this GitHub issue for details and an example configuration <https://github.com/robusta-dev/robusta/pull/450>`_.
2229

2330
Domains Used by Robusta Saas UI

0 commit comments

Comments
 (0)