Fix consul_sd_config to follow types convention (#7316)

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto 2020-05-29 21:20:37 +02:00 committed by GitHub
parent a1355eb7c7
commit 2209fa98b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -359,9 +359,9 @@ services:
tags: tags:
[ - <string> ] [ - <string> ]
# Node metadata used to filter nodes for a given service. # Node metadata key/value pairs to filter nodes for a given service.
[ node_meta: [ node_meta:
[ <name>: <value> ... ] ] [ <string>: <string> ... ] ]
# The string by which Consul tags are joined into the tag label. # The string by which Consul tags are joined into the tag label.
[ tag_separator: <string> | default = , ] [ tag_separator: <string> | default = , ]