Michał Łazowik 28b717a984 Support utf8 in external file alertmanager config
This could have been achieved either by switching to stringData, or doing
`std.base64(std.encodeUTF8($._config.alertmanager.config))` as per
google/jsonnet#575

I went with the former, because it's:
1. Easier to read existing config
2. Consistent with the way jsonnet object-based config is written just above
2020-08-28 01:57:50 +02:00
..
2019-12-01 09:33:11 -05:00
2019-04-18 11:43:57 +02:00
2019-11-05 18:02:46 +09:00
2020-05-11 11:59:55 +02:00