mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
Fix datasource for cluster Grafana dashboard
Signed-off-by: Léopold Jacquot <leopold.jacquot@infomaniak.com>
This commit is contained in:
parent
3cbe3aab25
commit
344a909d19
1 changed files with 2 additions and 2 deletions
|
|
@ -387,7 +387,7 @@
|
|||
"type": "row"
|
||||
},
|
||||
{
|
||||
"datasource": null,
|
||||
"datasource": "${DS_PROMETHEUS}",
|
||||
"description": "",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -499,7 +499,7 @@
|
|||
"type": "table"
|
||||
},
|
||||
{
|
||||
"datasource": null,
|
||||
"datasource": "${DS_PROMETHEUS}",
|
||||
"description": "",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue