grafana / helm-charts

Apache License 2.0
1.66k stars 2.27k forks source link

How to load custom grafana plugins in AKS #2528

Open NeonNatural opened 1 year ago

NeonNatural commented 1 year ago

I've tried looking through other issues and haven't seen an answer to this specific scenario.

I've been given a zip with files that create a custom grafana plugin. I'm not entirely sure how it works but I need to install them as part of the helm chart installation in AKS. I believe the way to do this is using config maps in Kubernetes. I'm wondering do I need all the files in the screenshot attached and what does the code look like in the helm chart to install the plugins at runtime. There will be several.

Or maybe I'm completely wrong and there is a different way to do it. Any help would be much appreciated.

dsfsdf fsddsf Capture

Jyoti492 commented 1 year ago

@NeonNatural Did you find any solution for the same ?