Skip to content

Commit

Permalink
helm : fix fluent-bit parser configuration syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Boudet <o.boudet@gmail.com>
  • Loading branch information
Olivier Boudet committed Jan 16, 2020
1 parent 4397415 commit 6affd88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion production/helm/fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion production/helm/fluent-bit/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ data:
{{- range $parser:= .Values.config.parsers }}
[PARSER]
{{- range $key,$value := $parser }}
{{ $key }} = {{ $value }}
{{ $key }} {{ $value }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit 6affd88

Please sign in to comment.