Skip to content

Commit 7c68c9c

Browse files
committed
fix: allow generic tracker static rules for empty string values
Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
1 parent 4c26165 commit 7c68c9c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/tracker/generic/contrib_resource_status_rules.schema.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,18 @@
4848
"type": "array",
4949
"items": {
5050
"type": "string",
51-
"minLength": 1
5251
}
5352
},
5453
"progressing": {
5554
"type": "array",
5655
"items": {
5756
"type": "string",
58-
"minLength": 1
5957
}
6058
},
6159
"failed": {
6260
"type": "array",
6361
"items": {
6462
"type": "string",
65-
"minLength": 1
6663
}
6764
}
6865
}

0 commit comments

Comments
 (0)