Mixin: `template-job-rule` now only validates job and not both instance and job (#2944)
With https://github.com/grafana/dashboard-linter/pull/49 `template-job-rule` no longer validates both `instance` and `job` labels. Add the new rule of `template-instance-rule` to the exclusions to preserve the previous behaviour. Signed-off-by: gotjosh <josue.abreu@gmail.com>
This commit is contained in:
parent
51a10f96d8
commit
4d09995c26
|
@ -5,3 +5,7 @@ exclusions:
|
|||
entries:
|
||||
- dashboard: Alertmanager / Overview
|
||||
reason: multi-select is not always required
|
||||
template-instance-rule:
|
||||
entries:
|
||||
- dashboard: Alertmanager / Overview
|
||||
reason: multi-select is not always required
|
||||
|
|
Loading…
Reference in New Issue