dd-agent: fix multiple tags in the config file
This commit is contained in:
parent
ac9550dca6
commit
0ee6f8612e
@ -23,7 +23,7 @@ let
|
||||
# proxy_password: password
|
||||
|
||||
# tags: mytag0, mytag1
|
||||
${optionalString (cfg.tags != null ) "tags: ${concatStringsSep "," cfg.tags }"}
|
||||
${optionalString (cfg.tags != null ) "tags: ${concatStringsSep ", " cfg.tags }"}
|
||||
|
||||
# collect_ec2_tags: no
|
||||
# recent_point_threshold: 30
|
||||
|
Loading…
Reference in New Issue
Block a user