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

set ModulesInited after first graph calculation #503

Closed miklezzzz closed 1 month ago

miklezzzz commented 1 month ago

Overview

I've found a better place for setting ModulesInited flag to true.

What this PR does / why we need it

ModulesInited flag is set to true after first graph calculation so that all information about applied extenders is available.

Special notes for your reviewer