Skip to content

Support setting supportLinks as env variables #11628

Closed
@matifali

Description

@matifali

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions