Docs: Adds clarification to the provider name for provisioned dashboards (#17524)

Closes: #17516
pull/17532/head
Hugo Häggmark 7 years ago committed by GitHub
parent 3e64214338
commit 39e23ba672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/sources/administration/provisioning.md

@ -207,8 +207,8 @@ The dashboard provider config file looks somewhat like this:
apiVersion: 1
providers:
# <string> provider name
- name: 'default'
# <string> an unique provider name
- name: 'a unique provider name'
# <int> org id. will default to orgId 1 if not specified
orgId: 1
# <string, required> name of the dashboard folder. Required

Loading…
Cancel
Save