Grafana settings

Hello users and contributors,

I’m using the istio operator and I have some trouble configuring Grafana. I could not find any documentation to:

  1. Add my grafana.ini
  2. 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 :frowning: Any idea how to proceed?