Merge pull request #23155 from doshitan/fix-prometheus-basic-auth
prometheus service: fix basic auth option
This commit is contained in:
commit
1c555e772e
@ -134,6 +134,7 @@ let
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
default = null;
|
default = null;
|
||||||
|
apply = x: if x == null then null else _filter x;
|
||||||
description = ''
|
description = ''
|
||||||
Optional http login credentials for metrics scraping.
|
Optional http login credentials for metrics scraping.
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user