Hello users and contributors,
I’m using the istio operator and I have some trouble configuring Grafana. I could not find any documentation to:
- Add my grafana.ini
- Install plugins
I tried adding my config similar to the Grafana helm chart:
grafana.ini:
server:
root_url: http://localhost:3000/grafana # this host can be localhost
plugins:
- grafana-image-renderer
This random attempt did not work Any idea how to proceed?