Log deployApplication yaml file, not only json body
Change-Id: I53286c00a6b1b2dd608603d9cc42312bcfb29f10
This commit is contained in:
parent
0f13dec224
commit
39d56c184d
@ -654,6 +654,7 @@ public class ExnConnector {
|
||||
.put("action", "apply")
|
||||
.put("flags", "");
|
||||
Main.logFile("deploy-application-" + appID + ".json", body.toPrettyString());
|
||||
Main.logFile("deploy-application-" + appID + ".yaml", kubevela);
|
||||
Map<String, Object> msg;
|
||||
try {
|
||||
String bodyStr = mapper.writeValueAsString(body);
|
||||
|
Loading…
x
Reference in New Issue
Block a user