helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

How to add persistent plugins in prometheus-stack grafana

Open urbaman opened this issue 2 years ago • 3 comments

Hi,

I found out how to add persistent dashboards (via config maps) to grafana.

Is there a way to also add persistent plugins, without using persistent volumes?

Thanks,

urbaman avatar Jul 11 '22 15:07 urbaman

Try something like below in your values.yaml in the grafana section to enable additional plugins:

        grafana:
          enabled: true
          ...
          plugins:
            - grafana-piechart-panel
            - grafana-clock-panel

reefland avatar Jul 16 '22 20:07 reefland

Hi,

Did how you suggested and worked. Just having one plugin also enables the section in the Grafana configmap, so now I can add as many plugins I want without reinstalling. Would be good to have the section enabled by default even without installing any plugin from the start.

urbaman avatar Jul 25 '22 10:07 urbaman

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.

stale[bot] avatar Sep 20 '22 17:09 stale[bot]

This issue is being automatically closed due to inactivity.

stale[bot] avatar Oct 14 '22 03:10 stale[bot]