mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
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:
parent
dc198eea81
commit
46063246a2
2 changed files with 3 additions and 5 deletions
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
apiVersion: 1
|
||||
|
||||
# Notification routing policy.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue