Commit 9d75c913 authored by 黎博's avatar 黎博

modify

parent 94957db2
......@@ -230,7 +230,7 @@ public class K8sController {
deployment = k8sService.createUIAndNodeDeployment(serviceCreateVo, dockerProject);
}
if (deployment != null) {
return JsonResult.buildSuccessResult("更新成功!");
return JsonResult.buildSuccessResult("更新成功!", true);
} else {
return JsonResult.buildErrorStateResult("更新失败", false);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment