Skip to content

Commit

Permalink
[fronius-exporter] Ensure global tag values are quoted
Browse files Browse the repository at this point in the history
  • Loading branch information
ccremer committed Jun 11, 2021
1 parent 1372758 commit d4c1657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/fronius-exporter/templates/telegraf-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ stringData:
{{- with .Values.telegraf.globalTags }}
[global_tags]
{{- range $key,$value := . }}
{{ $key }} = {{ $value }}
{{ $key }} = {{ $value | quote }}
{{- end }}
{{- end }}
{{- end -}}

0 comments on commit d4c1657

Please sign in to comment.