flant / addon-operator

A system to manage additional components for Kubernetes cluster in a simple, consistent and automated way.
https://flant.github.io/addon-operator/
Apache License 2.0
483 stars 27 forks source link

Fix modules events channel #440

Closed yalosev closed 9 months ago

yalosev commented 9 months ago

Overview

Don't create channel on startup

What this PR does / why we need it

We want to create the channel and write to it only if someone reads it

Closes #436

Special notes for your reviewer