Is there a way to override the URL provided in Sla...
# ask-community-for-troubleshooting
j
Is there a way to override the URL provided in Slack notifications? In my case, since I’m deployed in K8S, I get messages like this:
Copy code
You can access its logs here: <http://airbyte-airbyte-webapp-svc:80/workspaces/4a392011-d406-4e7a-bb87-710662b8c6e9/connections/3a36f0cf-791e-4a43-8b11-c5368e247a77>
But I’d like to replace
<http://airbyte-airbyte-webapp-svc:80>
with our own DNS name that is configured in the helm chart
k
A message from kapa.ai
New message text here
h
I have the same issue @Justin Flannery were you able to solve this issue ?
j
I didn't. It's not currently possible in kubernetes. It's all controlled with an environment variable,
WEBAPP_URL
. However the way that the helm chart is currently written this is a hardcoded env and not possible to be overridden https://github.com/airbytehq/airbyte-platform/blob/d58473d5654b3fabe120470df5d5db7283d5f39b/charts/airbyte/templates/env-configmap.yaml#L74 There is a fix out though, it just hasn't been accepted yet https://github.com/airbytehq/airbyte-platform/pull/260
thanku 1
h
Awesome. Thanks so much for the response.
👍 1