Skip to content

Commit

Permalink
Compute required resources after component overrides/definitions so t…
Browse files Browse the repository at this point in the history
…hat database schema can be set
  • Loading branch information
Stefan Bethke committed Apr 4, 2022
1 parent 3668e55 commit b46fc54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ public boolean converge() {
Milestone previousMilestone = getCmcc().getStatus().getMilestone();

convergeDefaultComponents();
requestRequiredResources();
componentCollection.addAll(cmcc.getSpec().getComponents());
requestRequiredResources();
convergeOverrideResources();
advanceToNextMilestoneOnComponentsReady();

Expand Down

0 comments on commit b46fc54

Please sign in to comment.