Merge pull request #869 from navi-infra/INFRA-3114
INFRA-3114 | Harinder | Updating db size validation - it was only allowing max 500GB whereas multiple teams are using DBs of size much greater than 500 GB.
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
"else": {
|
||||
"properties": {
|
||||
"sizeInGb": {
|
||||
"maximum": 500
|
||||
"maximum": 10000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user