Skip to content

Add extraParams passthrough for Fluent Bit Tail ClusterInput #667

@snoop123

Description

@snoop123

The current ClusterInput template for Tail plugin doesn't support additional parameters. I'm proposing the following change:

In charts/fluent-operator/templates/fluentbit-clusterinput-tail.yaml, add:

{{- with .Values.fluentbit.input.tail.extraParams }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.fluentbit.input.tail.extraParams }}{{- toYaml . | nindent 4 }}{{- end }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions