Commit e2e87908 authored by 黎博's avatar 黎博

去掉更新服务的请求头参数

parent b698dfab
......@@ -101,7 +101,7 @@ def update_microservice(namespace, name, image, tier, domain, cluster) {
response = httpRequest httpMode:"POST",
consoleLogResponseBody:true,
contentType:"APPLICATION_JSON",
customHeaders: [[name:'cluster', value:"${cluster}"]],
// customHeaders: [[name:'cluster', value:"${cluster}"]],
requestBody:"""{
"namespace":"${namespace}",
"serviceName":"${name}",
......
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