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:
@@ -263,6 +263,9 @@ in {
|
||||
}
|
||||
];
|
||||
|
||||
# otherwise bearer_token_file will fail
|
||||
services.prometheus.checkConfig = "syntax-only";
|
||||
|
||||
services.prometheus.scrapeConfigs = [
|
||||
{
|
||||
job_name = "makanek";
|
||||
|
||||
Reference in New Issue
Block a user