Unverified Commit b6682f6a authored by timhallinflux's avatar timhallinflux Committed by GitHub

Reorder conditional end to allow inputs to render (#250)

* Update configmap.yaml * chart version bump
parent 684a81d0
apiVersion: v2
name: telegraf
version: 1.7.33
version: 1.7.34
appVersion: 1.16
deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
......
......@@ -19,7 +19,7 @@ data:
lt = 5000.0
[[outputs.health.contains]]
field = "buffer_size"
{{ template "inputs" .Values.config.inputs -}}
{{- end }}
{{ template "inputs" .Values.config.inputs -}}
[[inputs.internal]]
collect_memstats = {{ .Values.metrics.collect_memstats }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment