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

Remove enabledModules replace on helm release detection #449

Closed yalosev closed 8 months ago

yalosev commented 8 months ago

Overview

We don't have to replace enabled modules from helm releases

What this PR does / why we need it

This behavior was created for previous iterations. We run this function after first converge, so we have to calculate enabled modules here

Special notes for your reviewer