Currently, to use the dashboards included by the chart, users have to be using the grafana operator. In my experience, charts that deploy dashboards do so by creating a configmap with the dashboard JSON. See this part of the cilium chart as an example.
Since the unpoller dashboards are stored in a separate repository, perhaps one option would be to include that repository as a submodule.
Currently, to use the dashboards included by the chart, users have to be using the grafana operator. In my experience, charts that deploy dashboards do so by creating a configmap with the dashboard JSON. See this part of the cilium chart as an example.
Since the unpoller dashboards are stored in a separate repository, perhaps one option would be to include that repository as a submodule.