Open luckpng opened 1 year ago
You can do something like that (if you use this chart: https://github.com/grafana/helm-charts/tree/main/charts/grafana):
plugins:
- https://github.com/JamesOsgood/mongodb-grafana/archive/refs/heads/master.zip;mongodb-grafana
Oh, you also need to add this guy: https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#allow_loading_unsigned_plugins (if it is unsigned)
So, it should be something like this:
...
plugins:
- https://github.com/JamesOsgood/mongodb-grafana/archive/refs/heads/master.zip;mongodb-grafana
...
grafana.ini:
...
plugins:
allow_loading_unsigned_plugins: grafana-mongodb-datasource
Oh, you also need to add this guy: https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#allow_loading_unsigned_plugins (if it is unsigned)
So, it should be something like this:
... plugins: - https://github.com/JamesOsgood/mongodb-grafana/archive/refs/heads/master.zip;mongodb-grafana ... grafana.ini: ... plugins: allow_loading_unsigned_plugins: grafana-mongodb-datasource
Hey I added this config in My grafana helm
But I get this error in Grafana
Is there a way to resolve this?
Hello!
We need to install this plugin on our Grafana but he was deployed using Helm. Some tip or workaround for this?
ty