Skip to content

Commit a6f2ac4

Browse files
committed
fix: remove one lint exclusion and fix it
1 parent b130dae commit a6f2ac4

12 files changed

+11
-12
lines changed

.lint

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ exclusions:
55
target-instance-rule:
66
panel-title-description-rule:
77
panel-units-rule:
8-
template-datasource-rule:

dashboards/apiserver.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ local singlestat = grafana.singlestat;
210210
value: $._config.datasourceName,
211211
},
212212
hide: 0,
213-
label: 'Data Source',
213+
label: 'Data source',
214214
name: 'datasource',
215215
options: [],
216216
query: 'prometheus',

dashboards/controller-manager.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ local singlestat = grafana.singlestat;
140140
value: $._config.datasourceName,
141141
},
142142
hide: 0,
143-
label: 'Data Source',
143+
label: 'Data source',
144144
name: 'datasource',
145145
options: [],
146146
query: 'prometheus',

dashboards/kubelet.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ local statPanel = grafana.statPanel;
298298
value: $._config.datasourceName,
299299
},
300300
hide: 0,
301-
label: 'Data Source',
301+
label: 'Data source',
302302
name: 'datasource',
303303
options: [],
304304
query: 'prometheus',

dashboards/network-usage/cluster-total.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ local annotation = grafana.annotation;
365365
value: $._config.datasourceName,
366366
},
367367
hide: 0,
368-
label: 'Data Source',
368+
label: 'Data source',
369369
name: 'datasource',
370370
options: [],
371371
query: 'prometheus',

dashboards/network-usage/namespace-by-pod.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ local singlestat = grafana.singlestat;
362362
value: $._config.datasourceName,
363363
},
364364
hide: 0,
365-
label: 'Data Source',
365+
label: 'Data source',
366366
name: 'datasource',
367367
options: [],
368368
query: 'prometheus',

dashboards/network-usage/namespace-by-workload.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ local annotation = grafana.annotation;
391391
value: $._config.datasourceName,
392392
},
393393
hide: 0,
394-
label: 'Data Source',
394+
label: 'Data source',
395395
name: 'datasource',
396396
options: [],
397397
query: 'prometheus',

dashboards/network-usage/pod-total.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ local singlestat = grafana.singlestat;
261261
value: $._config.datasourceName,
262262
},
263263
hide: 0,
264-
label: 'Data Source',
264+
label: 'Data source',
265265
name: 'datasource',
266266
options: [],
267267
query: 'prometheus',

dashboards/network-usage/workload-total.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ local annotation = grafana.annotation;
274274
value: $._config.datasourceName,
275275
},
276276
hide: 0,
277-
label: 'Data Source',
277+
label: 'Data source',
278278
name: 'datasource',
279279
options: [],
280280
query: 'prometheus',

dashboards/persistentvolumesusage.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ local gauge = promgrafonnet.gauge;
119119
value: $._config.datasourceName,
120120
},
121121
hide: 0,
122-
label: 'Data Source',
122+
label: 'Data source',
123123
name: 'datasource',
124124
options: [],
125125
query: 'prometheus',

0 commit comments

Comments
 (0)