helm : fix fluent-bit parser configuration syntax (#1534)

Signed-off-by: Olivier Boudet <o.boudet@gmail.com>
pull/1538/head
OlivierB 5 years ago committed by Cyril Tovena
parent 4397415781
commit 9fa994be2e
  1. 2
      production/helm/fluent-bit/Chart.yaml
  2. 2
      production/helm/fluent-bit/templates/configmap.yaml

@ -1,6 +1,6 @@
apiVersion: "v1"
name: fluent-bit
version: 0.0.4
version: 0.0.5
appVersion: v0.0.1
kubeVersion: "^1.10.0-0"
description: "Uses fluent-bit Loki go plugin for gathering logs and sending them to Loki"

@ -51,7 +51,7 @@ data:
{{- range $parser:= .Values.config.parsers }}
[PARSER]
{{- range $key,$value := $parser }}
{{ $key }} = {{ $value }}
{{ $key }} {{ $value }}
{{- end }}
{{- end }}

Loading…
Cancel
Save