Skip to content

Commit

Permalink
Merge pull request silinternational#114 from Wyntuition/placement-con…
Browse files Browse the repository at this point in the history
…straints

Include placementConstraints when regenerating task definition
  • Loading branch information
fillup authored Dec 18, 2017
2 parents acf81db + a3097e7 commit 9f2972f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ function createNewTaskDefJson() {
fi

# Default JQ filter for new task definition
NEW_DEF_JQ_FILTER="family: .family, volumes: .volumes, containerDefinitions: .containerDefinitions"
NEW_DEF_JQ_FILTER="family: .family, volumes: .volumes, containerDefinitions: .containerDefinitions, placementConstraints: .placementConstraints"

# Some options in task definition should only be included in new definition if present in
# current definition. If found in current definition, append to JQ filter.
Expand Down

0 comments on commit 9f2972f

Please sign in to comment.