Commit 33074745 authored by Richard Gonzalez Alberto's avatar Richard Gonzalez Alberto Committed by David McKay

Adds missing quote

parent 55f52e29
apiVersion: v1 apiVersion: v1
name: telegraf name: telegraf
version: 1.7.6 version: 1.7.7
appVersion: 1.13 appVersion: 1.13
deprecated: false deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics. description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
......
...@@ -215,7 +215,7 @@ Create chart name and version as used by the chart label. ...@@ -215,7 +215,7 @@ Create chart name and version as used by the chart label.
{{- range $k, $v := $value }} {{- range $k, $v := $value }}
{{- $tps := typeOf $v }} {{- $tps := typeOf $v }}
{{- if eq $tps "string" }} {{- if eq $tps "string" }}
{{ $k }} = {{ $v }} {{ $k }} = {{ $v | quote }}
{{- end }} {{- end }}
{{- if eq $tps "[]interface {}"}} {{- if eq $tps "[]interface {}"}}
{{ $k }} = [ {{ $k }} = [
......
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