Skip to content

Commit

Permalink
fix(kubernetes): fixes container copying in server group dialogue (#3610
Browse files Browse the repository at this point in the history
)
  • Loading branch information
danielpeach committed May 2, 2017
1 parent 9ac4e0f commit ab5ac34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ module.exports = angular.module('spinnaker.serverGroup.configure.kubernetes.conf
});

if (matchingContainers.length === 1) {
validContainers.push(matchingContainers[0]);
validContainers.push(container);
} else {
result.dirty.containers = result.dirty.containers || [];
result.dirty.containers.push(container.image);
Expand Down

0 comments on commit ab5ac34

Please sign in to comment.