Skip to content

Commit

Permalink
Add default=90 to softDeleteRetentionInDays
Browse files Browse the repository at this point in the history
Add default=90  to softDeleteRetentionInDays
  • Loading branch information
xiluo committed Feb 21, 2020
1 parent aa3b9ee commit 0c83f36
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,7 @@
"softDeleteRetentionInDays": {
"type": "integer",
"format": "int32",
"default": 90,
"description": "softDelete data retention days. It accepts >=7 and <=90."
},
"enableRbacAuthorization": {
Expand Down Expand Up @@ -1208,6 +1209,7 @@
"softDeleteRetentionInDays": {
"type": "integer",
"format": "int32",
"default": 90,
"description": "softDelete data retention days. It accepts >=7 and <=90."
},
"enableRbacAuthorization": {
Expand Down

0 comments on commit 0c83f36

Please sign in to comment.