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:
gotjosh 2022-06-15 21:27:11 +01:00 committed by GitHub
parent 51a10f96d8
commit 4d09995c26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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