Is it possible to place a unified alerting config inside grafana’s helm chart? Looking at grafana.ini
I do not see a field for that
paths:
data: /var/lib/grafana/
logs: /var/log/grafana
plugins: /var/lib/grafana/plugins
provisioning: /etc/grafana/provisioning
analytics:
check_for_updates: true
log:
mode: console
level: debug
alerting:
enabled: false
unified_alerting:
enabled: true
plugins:
enable_alpha: true```
So where is the unified alerting config? I don’t see it here
You can make changes in the unified_alerting section
But in the docs it doesn’t mention a config section for unified alerts
Thats the only config i am aware of for unified alerting