influxdata / tick-charts

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

telegraf-s and telegraf-ds should use the same configmap style #42

Open russorat opened 5 years ago

russorat commented 5 years ago

the telegraf-s chart is more flexible and supports multiple outputs and any new plugins, while the telegraf-ds chart is very rigid and requires you to make changes to it (not just the values.yaml file) in order to support new plugins or additional outputs.

https://github.com/influxdata/tick-charts/blob/master/telegraf-s/templates/configmap.yaml vs https://github.com/influxdata/tick-charts/blob/master/telegraf-ds/templates/configmap.yaml

ivankudibal commented 5 years ago

This appears to be done, can be closed