1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

fix(prometheus): do not fail bc of secrets

This commit is contained in:
2023-09-08 13:11:23 +02:00
parent eafc87415a
commit d0b405fb15

View File

@@ -263,6 +263,9 @@ in {
}
];
# otherwise bearer_token_file will fail
services.prometheus.checkConfig = "syntax-only";
services.prometheus.scrapeConfigs = [
{
job_name = "makanek";