mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* no longer redacts GETing proxied AM configs * removes unused testfile * testware fix * consistently roundtrips yaml<>json and doesnt redact secrets * lint
22 lines
471 B
YAML
22 lines
471 B
YAML
template_files:
|
|
foo: bar
|
|
alertmanager_config: |
|
|
receivers:
|
|
- email_configs:
|
|
- auth_password: shh
|
|
auth_username: admin
|
|
from: bar
|
|
headers:
|
|
Bazz: buzz
|
|
html: there
|
|
text: hi
|
|
to: foo
|
|
name: am
|
|
route:
|
|
continue: false
|
|
receiver: am
|
|
routes:
|
|
- continue: false
|
|
receiver: am
|
|
templates: []
|