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 apiVersion: 1
# Notification routing policy. # Notification routing policy.

View file

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