opsgenie/kubernetes-event-exporter

Slack receiver token from env variable

tetsuya28 opened this issue · 1 comments

Is there any way to pass slack token from environment values ?

I believe the config rendering already take into account env vars. Just use the env var as though they exist by adding
token: ${SLACK_TOKEN}