Update legendLink

This still had the 'k8s' in as it was copied and pasted from the
kubernetes-mixin.

Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
beorn7 2019-08-20 18:49:12 +02:00
parent 0f38d680b4
commit 76ff263ca6

View file

@ -3,7 +3,7 @@ local g = import 'grafana-builder/grafana.libsonnet';
{ {
grafanaDashboards+:: { grafanaDashboards+:: {
'node-cluster-rsrc-use.json': 'node-cluster-rsrc-use.json':
local legendLink = '%s/dashboard/file/k8s-node-rsrc-use.json' % $._config.grafana_prefix; local legendLink = '%s/dashboard/file/node-rsrc-use.json' % $._config.grafana_prefix;
g.dashboard('USE Method / Cluster') g.dashboard('USE Method / Cluster')
.addRow( .addRow(