fluent / fluent-operator

Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator
Apache License 2.0
587 stars 250 forks source link

Chart: Add option to add extra operator flags #1073

Closed alexandrevilain closed 8 months ago

alexandrevilain commented 8 months ago

Is your feature request related to a problem? Please describe.

The controller provides some useful flags like --watch-namespaces but we can't set them when using the helm chart.

Describe the solution you'd like

Add a operator.extraArgs value to set this value.

Additional context

No response