Provision multiple dashboards into Grafana

Hi,

We need to add multiple dashboard while provisioning grafana. but if we try to add single json it was working, If I try ti add multiple json file it was not working , Could you please help how to add mutiple jason while provisioning grafana through yaml.

Dashboards

dashboardProviders:
dashboardproviders.yaml:
apiVersion: 1
providers:

  • name: ‘default’
    orgId: 1
    folder: ‘’
    type: file
    disableDeletion: false
    editable: true
    options:
    path: /var/lib/grafana/dashboards/default

list all dashboards here

dashboards:
default:
ops:
file: dashboards/ops-default-dashboard.json
ops1:
file: dashboards/ops-data-dashboard.json