You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be able to set SupportLinks as individual ENV variables in coder.env as follows,
CODER_SUPPORT_LINK_0_NAME="On-call :fire:"CODER_SUPPORT_LINK_0_TARGET="http://on-call.example.internal/"CODER_SUPPORT_LINK_0_ICON=":bug:"CODER_SUPPORT_LINK_1_NAME="😉 Getting started with Go!"CODER_SUPPORT_LINK_1_TARGET="https://go.dev/"CODER_SUPPORT_LINK_1_ICON=":chat:"
We should revert #11612 once we support this. It is not recommended to mix config.yaml and Helm chart values.