Skip to content

Commit

Permalink
Fix Kube scheduler uid
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv committed May 2, 2019
1 parent 64927b0 commit fae99b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dashboards/kube-scheduler.libsonnet
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ local singlestat = grafana.singlestat;
dashboard.new( dashboard.new(
'Kube Scheduler', 'Kube Scheduler',
time_from='now-1h', time_from='now-1h',
uid=($._config.grafanaDashboardIDs['kube-controller-manager.json']), uid=($._config.grafanaDashboardIDs['kube-scheduler.json']),
).addTemplate( ).addTemplate(
{ {
current: { current: {
Expand Down
2 changes: 1 addition & 1 deletion dashboards_out/kube-scheduler.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -802,6 +802,6 @@
}, },
"timezone": "browser", "timezone": "browser",
"title": "Kube Scheduler", "title": "Kube Scheduler",
"uid": "5g73oHG0pCRz4X1t6gNYouVUv9urrQd4wCdHR2mI", "uid": "4uMPZ9jmwvYJcM5fcNcNrrt9Sf6ufQL4IKFri2Gp",
"version": 0 "version": 0
} }

0 comments on commit fae99b0

Please sign in to comment.