mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
[nixos/prometheus] promTypes.filter.value -> promTypes.filter.values
The new configuration name for this is plural. Currently, attempting to enable ec2 SD results in a `promtool check config` error
This commit is contained in:
parent
e257a92472
commit
8389fb8f16
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ let
|
|||
'';
|
||||
};
|
||||
|
||||
value = mkOption {
|
||||
values = mkOption {
|
||||
type = types.listOf types.str;
|
||||
default = [];
|
||||
description = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue