fluent / fluent-operator

Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feat: Enforce Fluentd tests using `SecretKeySelector`

antrema opened this issue · comments

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

The tests cannot actually include SecretKeySelector as SecretLoader is not implemented for tests

Describe the solution you'd like

Change SecretLoader to interface and implement this interface into the tests

Additional context

No response

I will propose a PR to change this behavior