Merge pull request #30141 from cleverca22/fix-datadog-tags
dd-agent: fix multiple tags in the config file
This commit is contained in:
commit
27ab6f0407
@ -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