influxdata / tick-charts

A repository for Helm Charts for the full TICK Stack
Apache License 2.0
90 stars 74 forks source link

Bug in telegraf-s helpers template for inputs, comma placement incorrect #101

Open jnicholls opened 5 years ago

jnicholls commented 5 years ago

See https://github.com/influxdata/tick-charts/blob/80ced53aa0261bd2ef9df447a18ac878030f702c/telegraf-s/templates/_helpers.tpl#L150

The length of $v should be taken, not $value. When there are multiple values for an array config, this bug will surface.

Related to #22. The refactor may have caused this issue.