fix: miss cluster id in evaluation
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"version_configs": {
|
||||
"type": "object",
|
||||
"patternProperties": {
|
||||
"^[a-zA-Z0-9._-]+$": {
|
||||
"^[a-zA-Z0-9._-]+-custom$": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"image_name": {
|
||||
@@ -44,7 +44,7 @@
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"description": "multiple backend versions"
|
||||
"description": "multiple backend versions ending with -custom"
|
||||
}
|
||||
},
|
||||
"required": ["version_configs"],
|
||||
|
||||
Reference in New Issue
Block a user