fluent / fluent/fluent-operator
serviceAccount should give the option to be self managed
Open
- Dominant language
- Go
- Stars
- 682
- Forks
- 328
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 13
Description
### 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:
```
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.