mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-26 14:04:52 +00:00
nixos/prometheus: improve the tag_separator description
This commit is contained in:
parent
de96ffeb1c
commit
53796fd70f
@ -600,7 +600,11 @@ let
|
||||
'';
|
||||
|
||||
tag_separator = mkDefOpt types.str "," ''
|
||||
The tag separator is used to separate the tags on concatenation.
|
||||
The tag separator used to separate concatenated GCE instance network tags.
|
||||
|
||||
See the GCP documentation on network tags for more information: <link
|
||||
xlink:href="https://cloud.google.com/vpc/docs/add-remove-network-tags"
|
||||
/>
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user