Procedure to reference multiple Dashboards using a single GrafanaDashboard CustomResource

  • What Grafana version and what operating system are you using?
    Grafana Operator 4.10.1 and Grafana version 9.x on Kubernetes Platform

  • What are you trying to achieve?
    Trying to understand procedure on how to reference multiple configmaps/json files to load multiple dashboards at one go using GrafanaDashboard CustomResource

  • How are you trying to achieve it?
    Using GrafanaDashboard Kind CustomResource and not successful

  • What happened?
    No documentation avaialable to configure multiple configmap references

  • What did you expect to happen?
    Spec section that can allow multiple configmap references to load many Grafana dashboard jsons at one go

  • Can you copy/paste the configuration(s) that you are having problems with?
    apiVersion: integreatly.org/v1alpha1
    kind: GrafanaDashboard
    metadata:
    labels:
    app: grafana
    name: observability-dashboard
    spec:
    configMapRef:
    key: sample-dashboard.json
    name: dashboard-configmap

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
    Nops…

  • Did you follow any online instructions? If so, what is the URL?
    All Grafana community blogs

Any help is much appreciated…