Skip to content

Commit

Permalink
fix(ecs): populate load balancers when configuring cmd (spinnaker#6778)
Browse files Browse the repository at this point in the history
  • Loading branch information
clareliguori authored and anotherchrisberry committed Apr 1, 2019
1 parent 607f386 commit 269d005
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export class EcsServerGroupConfigurationService {
this.configureAvailableSecrets(cmd);
this.configureAvailableImages(cmd);
this.configureAvailableRegions(cmd);
this.configureLoadBalancerOptions(cmd);
this.applyOverrides('afterConfiguration', cmd);
this.attachEventHandlers(cmd);
});
Expand Down

0 comments on commit 269d005

Please sign in to comment.