fix last 3 yaml lint failures

- add missing --- to notification-policy.yml
- prometheus.yml: replace commented-out template defaults with empty lists
This commit is contained in:
Rasmus Wejlgaard 2026-03-28 13:17:42 +00:00
parent dc198eea81
commit 46063246a2
2 changed files with 3 additions and 5 deletions

View file

@ -1,3 +1,4 @@
---
apiVersion: 1
# Notification routing policy.

View file

@ -11,12 +11,9 @@ global:
alerting:
alertmanagers:
- static_configs:
- targets:
# - alertmanager:9093
- targets: []
rule_files:
# - "first_rules.yml"
# - "second_rules.yml"
rule_files: []
scrape_configs:
- job_name: "prometheus"