helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

How can I set settings for plugins by code?

Open batazor opened this issue 2 years ago • 2 comments
trafficstars

I want to install grafana-oncall plugin and set url and other necessary settings at once, is there any way to do it declaratively like it is done with dashboards and datasources?

batazor avatar Sep 19 '23 11:09 batazor

Hello. I have the same problem. I found that the value is stored in the grafana.db(pluggin_setting table): {"error":null,"license":"OpenSource","onCallApiUrl":"http://oncall-engine:8080","orgId":100,"stackId":5} Is there any way to preconfigure the plugin?

sgorshkov85 avatar Jan 24 '24 11:01 sgorshkov85

Hello I'm trying to make the set up declarative, did you guys found the way to make it?

javierSanchez5 avatar Feb 18 '24 21:02 javierSanchez5

@zalegrala @joe-elliott Can you help with it?

batazor avatar Apr 01 '24 10:04 batazor

I would have a look here: https://github.com/grafana/oncall/tree/dev/helm/oncall

If there isn't an answer there, it might be worth filing an issue on the https://github.com/grafana/oncall project.

zalegrala avatar Apr 03 '24 18:04 zalegrala