Skip to content

Commit bc089ac

Browse files
removed default
[ci] Signed-off-by: Pasindu Tennage <[email protected]>
1 parent 80389a5 commit bc089ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cluster/helm/splice-validator/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"threshold": {
3737
"type": "integer",
38-
"default": 1,
38+
"minimum": 0,
3939
"description": "bft-custom threshold. Optional unless connectionType is bft-custom."
4040
}
4141
}
@@ -59,7 +59,7 @@
5959
},
6060
"threshold": {
6161
"type": "integer",
62-
"default": 0,
62+
"minimum": 0,
6363
"description": "bft-custom threshold. Optional unless scan-type is bft-custom."
6464
},
6565
"trustedSvs": {

0 commit comments

Comments
 (0)