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:
Harinder Singh
2024-04-04 23:38:35 +05:30
committed by GitHub

View File

@@ -63,7 +63,7 @@
"else": {
"properties": {
"sizeInGb": {
"maximum": 500
"maximum": 10000
}
}
}