@gnutakki good to hear it is working! I was also looking into sidecars but for me this added complexity I didn’t want… very glad to have been of some help anyway.
@missswapna / @gnutakki Thanks a lot for the help. I managed to get it working using these values: https://raw.githubusercontent.com/guivin/terraform-helm-example/0.1.0/templates/grafana-values.yaml
Hy, i have followed the same method like the above adding a configmap in the same namespace of the json file but the dashboard is not persisting even though what might be the issue.
Hy, i have followed the same method like the above adding a configmap in the same namespace of the Json file but the dashboard is not persisting even though what might be the issue.
can you help this @missswapna @gnutakki
@vallabhanenisai1999 are you able to give more detail on your configuration and also follow the bullet points I posted above to troubleshoot, then will be happy to help. Thanks!
I’m just wondering how you guys manage to load multiple dashboards into Grafana without exceeding the maximum of 1MiB for the ConfigMap size.
Yes I know, we are able to create multiple ConfigMaps but that’s really not a good idea for us because we have lots of dashboards for different teams. For example, Team Alpha has created 5 different dashboards for their specific microservices and we don’t want to create different ConfigMaps for just one team because of that 1MiB maximum size.