fluent / fluent-operator

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

serviceAccount should give the option to be self managed #1184

Open maor-paz-hs opened 1 month ago

maor-paz-hs commented 1 month ago

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

I want to use a custom serviceAccount for the fluent-bit, this is required to grant access to AWS resources, currently only serviceAccountAnnotations is possible.

Describe the solution you'd like

fluentbit:
  serviceAccount:
    create: false
    name: <SomeName>

Additional context

No response