- What Grafana version and what operating system are you using?
Grafana version: 10.4.1
Helm chart version: 10.4.1
- What are you trying to achieve?
I want to configure notifications policies to route the alert to ms team channels.
- How are you trying to achieve it?
In the values.yaml file. I added the configurations of notifiers
notifiers:
notifiers.yaml:
notifiers:
- name: devops
uid: devops
receiver: DevOps.Alarms
object_matchers:
- ['team','=','devops']*
DevOps.Alarms is a contact point create in the same values.yaml file.
- What did you expect to happen?
Grafana pod does not run with this config.