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

Feat: Enforce Fluentd tests using `SecretKeySelector` #1108

Closed antrema closed 7 months ago

antrema commented 7 months ago

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

antrema commented 7 months ago

I will propose a PR to change this behavior