Skip to content

Commit

Permalink
[s360 fix] add default value to $.properties.template.scale.maxReplic…
Browse files Browse the repository at this point in the history
  • Loading branch information
najian and Nan Jiang authored Nov 8, 2022
1 parent d5ff2c3 commit cfbc5f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,8 @@
"maxReplicas": {
"format": "int32",
"description": "Optional. Maximum number of container replicas. Defaults to 10 if not set.",
"type": "integer"
"type": "integer",
"default": 10
},
"rules": {
"description": "Scaling rules.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,8 @@
"maxReplicas": {
"format": "int32",
"description": "Optional. Maximum number of container replicas. Defaults to 10 if not set.",
"type": "integer"
"type": "integer",
"default": 10
},
"rules": {
"description": "Scaling rules.",
Expand Down

0 comments on commit cfbc5f0

Please sign in to comment.