bugfix: 🐛 remove invalid variable from cluster use dashboards
Some checks failed
bsd / Run end-to-end tests on FreeBSD (push) Has been cancelled
bsd / Run end-to-end tests on OpenBSD (push) Has been cancelled
bsd / Run end-to-end tests on NetBSD (push) Has been cancelled
bsd / Run end-to-end tests on DragonFly (push) Has been cancelled
bsd / Run end-to-end tests on Solaris (push) Has been cancelled
bsd / Run end-to-end tests on macOS (push) Has been cancelled
Push README to Docker Hub / Push README to Docker Hub (push) Has been cancelled
Push README to Docker Hub / Push README to quay.io (push) Has been cancelled
golangci-lint / lint (push) Has been cancelled

Signed-off-by: Alexander Soelberg Heidarsson <89837986+alex5517@users.noreply.github.com>
This commit is contained in:
Alexander Soelberg Heidarsson 2025-02-19 15:37:09 +01:00 committed by Johannes 'fish' Ziemke
parent 7c69600661
commit ae746c8b1d

View file

@ -200,9 +200,6 @@ local diskSpaceUtilisation =
+ dashboard.withVariables([
datasource,
$._clusterVariable,
variable.query.withDatasourceFromVariable(datasource)
+ variable.query.refresh.onTime()
+ variable.query.withSort(asc=true),
])
+ dashboard.withPanels(
grafana.util.grid.makeGrid([
@ -331,9 +328,6 @@ local diskSpaceUtilisation =
+ dashboard.withUid(std.md5('node-multicluster-rsrc-use.json'))
+ dashboard.withVariables([
datasource,
variable.query.withDatasourceFromVariable(datasource)
+ variable.query.refresh.onTime()
+ variable.query.withSort(asc=true),
])
+ dashboard.withPanels(
grafana.util.grid.makeGrid([