Skip to content

Commit

Permalink
aws-for-fluent-bit: allow extraParsers to override default parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Feb 8, 2025
1 parent 3eb7a62 commit 49bdbf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stable/aws-for-fluent-bit/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ data:
{{- if .Values.service.extraService }}
{{ .Values.service.extraService | indent 8 }}
{{- end }}
{{- range .Values.service.parsersFiles }}
Parsers_File {{ . }}
{{- end }}
{{- if .Values.service.extraParsers }}
Parsers_File /fluent-bit/etc/parser_extra.conf
{{- end }}
{{- range .Values.service.parsersFiles }}
Parsers_File {{ . }}
{{- end }}

{{- if .Values.input.enabled }}
[INPUT]
Expand Down

0 comments on commit 49bdbf1

Please sign in to comment.