File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,6 +99,23 @@ Example:
9999 slack_channel : my-fallback-channel
100100 channel_override : " $cluster_name-alerts-$labels.env-${annotations.kubernetes.io/service-name}"
101101
102+
103+ Forwarding Slack via a Gateway
104+ -------------------------------
105+
106+ In fully or partially air-gapped environments, direct access to to Slack API may be blocked.
107+ Set the ``SLACK_FORWARD_URL `` environment variable on the Robusta Runner pod to forward all Slack requests.
108+
109+ Add the following to your ``values.yaml `` file and upgrade:
110+
111+ .. code-block :: yaml
112+
113+ runner :
114+ additional_env_vars :
115+ - name : SLACK_FORWARD_URL
116+ value : " https://api.robusta.dev/slack/"
117+
118+
102119 Redirect to Platform
103120-------------------------------------------------------------------
104121
You can’t perform that action at this time.
0 commit comments