Fix: return app creator

Signed-off-by: LiHui <andrewli@yunify.com>
This commit is contained in:
LiHui
2021-03-24 18:19:12 +08:00
parent 8ca0c86b39
commit 542eb180c5
3 changed files with 22 additions and 11 deletions

View File

@@ -331,6 +331,7 @@ func convertApp(app *v1alpha1.HelmApplication, versions []*v1alpha1.HelmApplicat
out.Isv = app.GetWorkspace()
out.ClusterTotal = &rlsCount
out.Owner = app.GetCreator()
return out
}