change release.yaml to display dashboards
This commit is contained in:
parent
4aea901a09
commit
7317c6e9dc
1 changed files with 10 additions and 0 deletions
|
|
@ -82,9 +82,19 @@ spec:
|
||||||
folderAnnotation: grafana_folder
|
folderAnnotation: grafana_folder
|
||||||
provider:
|
provider:
|
||||||
allowUiUpdates: true
|
allowUiUpdates: true
|
||||||
|
folderFromFiles: true
|
||||||
|
folder: "General"
|
||||||
|
type: file
|
||||||
|
disableDelete: false
|
||||||
folders:
|
folders:
|
||||||
- folder: Kubernetes
|
- folder: Kubernetes
|
||||||
orgId: 1
|
orgId: 1
|
||||||
type: file
|
type: file
|
||||||
|
- name: Database
|
||||||
|
folder: Database
|
||||||
|
- name: Networking
|
||||||
|
folder: Networking
|
||||||
|
- name: AI
|
||||||
|
folder: AI
|
||||||
datasources:
|
datasources:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue