Replies: 2 comments
-
Even if it was already argued against introducing it in 2018 in #1651, I would also like to use it in Alertmanager. It's especially useful for those who are currently migrating from prometheus-msteams to the new built-in Alertmanager MS Teams (thanks for that!). |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is a discussion on this here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can we add Sprig to the golang templating for the templates? I'm addicted to Sprig's suite of functions from using Helm, and I'm missing it a bit right now.
Sprig is easy to use:
https://pkg.go.dev/github.com/Masterminds/sprig/v3
Example from one of my test harnesses:
Import-
Including it in the template chain:
Example template:
Output:
Beta Was this translation helpful? Give feedback.
All reactions