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
|
apiVersion: 1
|
||||||
|
|
||||||
# Notification routing policy.
|
# Notification routing policy.
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue