You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit introduces the `FeatureGates` struct in the operator's
configuration, enabling a flexible and controlled approach to feature
rollout. The `FeatureGates` configMap allows for the enabling or disabling
of specific features, with a default behaviour based on each feature's
maturity level.
For each new feature, developers need to modify the "default" struct,
just in case users don't have to set their desired behaviour. User's
choice will override default values.
I'm trying to use a simple approach here where we could change
promote/depromote a feature by just changing the comments and the
default values.
Fixes: #KATA-2677
Signed-off-by: Beraldo Leal <[email protected]>
0 commit comments