Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Oct 18, 2019
1 parent ab178a6 commit 8229fbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/migrate-v9.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@

## Deprecation warnings

none
* `ecs/cluser`: Parameter `DesiredCapacity` will be removed in v11, use `MinSize` instead
* `jenkins/jenkins2-ha-agents`: Parameter `AgentDesiredCapacity` will be removed in v11, use `AgentMinSize` instead
2 changes: 1 addition & 1 deletion ecs/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Parameters:
ConstraintDescription: 'Must be >= 1'
MinValue: 1
DesiredCapacity:
Description: 'Deprecated in v9, will be removed in v11, use `MinSize` instead!'
Description: 'Deprecated in v9, will be removed in v11, use MinSize instead!'
Type: Number
Default: 2
ConstraintDescription: 'Must be >= 1'
Expand Down
2 changes: 1 addition & 1 deletion jenkins/jenkins2-ha-agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Parameters:
ConstraintDescription: 'Must be >= 0'
MinValue: 0
AgentDesiredCapacity:
Description: 'Deprecated in v9, will be removed in v11, use `AgentMinSize` instead!'
Description: 'Deprecated in v9, will be removed in v11, use AgentMinSize instead!'
Type: Number
Default: 0
ConstraintDescription: 'Must be >= 0'
Expand Down

0 comments on commit 8229fbb

Please sign in to comment.