From 2209fa98b42aee3aed864d7ea3534775ca8cd6e9 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Fri, 29 May 2020 21:20:37 +0200 Subject: [PATCH] Fix consul_sd_config to follow types convention (#7316) Signed-off-by: Julien Pivotto --- docs/configuration/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 4b1b236280..94801aa216 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -359,9 +359,9 @@ services: tags: [ - ] -# Node metadata used to filter nodes for a given service. +# Node metadata key/value pairs to filter nodes for a given service. [ node_meta: - [ : ... ] ] + [ : ... ] ] # The string by which Consul tags are joined into the tag label. [ tag_separator: | default = , ]