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
Usually the rucio charts are used together, so it makes sense to have a single chart that ties all the charts together.
There were some offline discussions with @labkode@bari12 and @volodymyrss and others regarding this. At the time of creating this issue there was an existing PR #217 with a similar goal.
After some discussion we propose to refactor the charts to have single rucio chart without any chart dependencies, so charts such as daemons, ui, etc. would disappear. This pattern is common among popular charts and components can be toggled via some flag, for example:
rucio:
global:
database: ...server: # enabled by defaultui:
enabled: true
Discussions related this change can take place in this issue.
The text was updated successfully, but these errors were encountered:
Usually the rucio charts are used together, so it makes sense to have a single chart that ties all the charts together.
There were some offline discussions with @labkode @bari12 and @volodymyrss and others regarding this. At the time of creating this issue there was an existing PR #217 with a similar goal.
After some discussion we propose to refactor the charts to have single
rucio
chart without any chart dependencies, so charts such asdaemons
,ui
, etc. would disappear. This pattern is common among popular charts and components can be toggled via some flag, for example:Discussions related this change can take place in this issue.
The text was updated successfully, but these errors were encountered: