mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00: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
(cherry picked from commit 8389fb8f16)
This commit is contained in:
committed by
Matthew Bauer
parent
929768261a
commit
462c6fe4b1
@@ -306,7 +306,7 @@ let
|
||||
'';
|
||||
};
|
||||
|
||||
value = mkOption {
|
||||
values = mkOption {
|
||||
type = types.listOf types.str;
|
||||
default = [];
|
||||
description = ''
|
||||
|
||||
Reference in New Issue
Block a user