Usage of finalizers in LogPipeline reconciler #1440
Labels
area/logs
LogPipeline
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
Description
We used to rely on finalizers when generating a shared FluentBit configuration for multiple LogPipelines. The old approach looked as follows:
Since we deprecated this approach and are now generating a config for all LogPipelines together in every reconciliation, we don't need finalizers anymore. Furthermore, we don't use finalizers for Trace and Metric Pipelines, so we should remove them for consistency.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: