-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support webhook_url_file for discord config #3482
Comments
implements prometheus#3482 Signed-off-by: Philipp Born <git@pborn.eu>
implements prometheus#3482 Signed-off-by: Philipp Born <git@pborn.eu>
…3555) * feat: implement webhook_url_file for discord implements prometheus#3482 Signed-off-by: Philipp Born <git@pborn.eu> * feat: implement webhook_url_file for msteams implements prometheus#3536 Signed-off-by: Philipp Born <git@pborn.eu> --------- Signed-off-by: Philipp Born <git@pborn.eu> Signed-off-by: Gokhan Sari <gokhan@sari.me>
the documentation mentions the use of webhook_url_file for discord_config |
The configuration documentation does mention this option, but when I try to provide just |
@arichtman same here, just found out that this has been fixed in #3728 but it hasn't been released yet. |
What did you do?
I use a main Discord for receiver.
What did you expect to see?
I want to use pre-existing K8s secret to configure Discord receiver's webhook url instead of setting that as helm value. Like
slack_api_url_file
, mount the existing k8s secret into alertmanager and use that file aswebhook_url
.The text was updated successfully, but these errors were encountered: