-
Notifications
You must be signed in to change notification settings - Fork 400
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
Feature: provision notificationTemplates trough the operator #1736
Comments
If you want to provision templates today, you can configure it per GrafanaContactPoint if it has a field that supports templating: settings:
message: |
{{ .CommonLabels.alertname }} {{ .CommonLabels.namespace }} If you provision this through Helm, you can wrap the template to avoid Helm templating errors settings:
message: |
{{` {{ .CommonLabels.alertname }} {{ .CommonLabels.namespace }} `}} |
Thanks for the issue! It is certainly a valid feature request and should be straight forward to implement. As this is the first time this has been requested, we're not prioritizing it super high, but it should be implemented eventually. That being said, this looks like a good first issue to start out on as the resource is very small and doesn't have any dependencies |
I need this feature, I think I can work on it. |
Hi @theSuess have you got time to review the issue? Thanks |
Hey, as said in my first comment, this is a feature we're likely to accept and would appreciate any contribution towards this so if you want to work on this, feel free to do so! |
Is your feature request related to a problem? Please describe.
We want to provision all the configurations trough the operator but notificationTemplates are missing, i think it would be useful to add them as they can be shared trough grafana instances and in case of a redeploy they have to be added again manually
The text was updated successfully, but these errors were encountered: