fluent / fluent-operator

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

Enable Fluentbit init-container configuration in Fluent-operator helm chart values #1319

Closed RajatPorwal5 closed 1 month ago

RajatPorwal5 commented 1 month ago

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

Fluentbit CRD supports configuration of init-container but helm chart doesn't expose the values to define init-containers for fluentbit.

Describe the solution you'd like

Adding a new value inside fluent-operator helm chart to allow configuration of init-containers inside fluentbit custom resource.

Additional context

Right now, it is not a straightforward task to enable the initContainers for fluentbit daemonset as manual changes are required.

No response