fix: parse yaml error
This commit is contained in:
@@ -30,6 +30,13 @@
|
||||
"type": ["string", "null"],
|
||||
"description": "default start command"
|
||||
},
|
||||
"default_environment": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "default environment variables"
|
||||
},
|
||||
"health_check_path": {
|
||||
"type": ["string", "null"],
|
||||
"description": "health check path"
|
||||
@@ -55,6 +62,13 @@
|
||||
"custom_framework": {
|
||||
"type": ["string", "null"],
|
||||
"description": "custom framework"
|
||||
},
|
||||
"environment": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "environment variables"
|
||||
}
|
||||
},
|
||||
"required": ["image_name", "run_command"],
|
||||
|
||||
Reference in New Issue
Block a user