Hello,
I have installed Grafana on k8s cluster which doesn’t have access to the Internet. All plugins are stored on my own repository manager.
So my question is - how can I pass many different URLs to grafana-cli?
For one plugin: combination of environment variables GF_INSTALL_PLUGINS and GF_PLUGIN_URL work perfectly. Problem starts when I want to install 2 or more plugins - variable GF_INSTALL_PLUGINS is able to accept to variables ($GF_INSTALL_PLUGINS=plugin1,plugin2). How to provide a link to each of these plugins?
Thanks!