Skip to content

Commit

Permalink
Adds missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Gonzalez Alberto authored and rawkode committed Mar 9, 2020
1 parent 55f52e2 commit 3307474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/telegraf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: telegraf
version: 1.7.6
version: 1.7.7
appVersion: 1.13
deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
Expand Down
2 changes: 1 addition & 1 deletion charts/telegraf/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Create chart name and version as used by the chart label.
{{- range $k, $v := $value }}
{{- $tps := typeOf $v }}
{{- if eq $tps "string" }}
{{ $k }} = {{ $v }}
{{ $k }} = {{ $v | quote }}
{{- end }}
{{- if eq $tps "[]interface {}"}}
{{ $k }} = [
Expand Down

0 comments on commit 3307474

Please sign in to comment.