Skip to content

Commit 503215f

Browse files
committed
dev: rename dashboard.json file to clair.json
dashboard.json is too generic now we have another dashboard. Signed-off-by: crozzy <[email protected]>
1 parent 65cd424 commit 503215f

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Documentation/reference/api.md: openapi.yaml
4040
# Intended to be checked-in, so not cleaned.
4141

4242
contrib/openshift/grafana/dashboards/dashboard-clair.configmap.yaml: \
43-
local-dev/grafana/provisioning/dashboards/dashboard.json \
43+
local-dev/grafana/provisioning/dashboards/clair.json \
4444
contrib/openshift/grafana/dashboard-clair.configmap.yaml.tpl
4545
name=$$(sed 's/[\&/]/\\&/g;s/$$/\\n/;s/^/ /' $< | tr -d '\n')
4646
sed "s/GRAFANA_MANIFEST/$$name/"\

contrib/openshift/grafana/dashboard-clair.configmap.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WARNING: This is generated from local-dev/grafana/data/dashboards/dashboard.json
1+
# WARNING: This is generated from local-dev/grafana/data/dashboards/clair.json
22
# please modify there and run make contrib/openshift/grafana/dashboards/dashboard-clair.configmap.yaml
33
apiVersion: v1
44
kind: ConfigMap

contrib/openshift/grafana/dashboards/dashboard-clair.configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WARNING: This is generated from local-dev/grafana/data/dashboards/dashboard.json
1+
# WARNING: This is generated from local-dev/grafana/data/dashboards/clair.json
22
# please modify there and run make contrib/openshift/grafana/dashboards/dashboard-clair.configmap.yaml
33
apiVersion: v1
44
kind: ConfigMap

0 commit comments

Comments
 (0)