mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-13 12:57:30 +00:00
15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"appName": "appName",
|
|
"name": "workflowName",
|
|
"alias": "workflowAlias",
|
|
"description": "workflow description",
|
|
"enable": true,
|
|
"default": true,
|
|
"steps": [
|
|
{
|
|
"name": "deploy-test",
|
|
"type": "deploy2env",
|
|
"properties": ""
|
|
}
|
|
]
|
|
} |