DodoApp: Deploy Ingress resource for status page
Change-Id: I0f102664d655d060d0ba37a63e3681816457f79b
diff --git a/core/installer/app.go b/core/installer/app.go
index d2c5d00..d86c9f3 100644
--- a/core/installer/app.go
+++ b/core/installer/app.go
@@ -41,6 +41,7 @@
URL string
Help []HelpDocument
Icon string
+ Raw []byte
}
type HelpDocument struct {
@@ -318,6 +319,7 @@
if err != nil {
return rendered{}, err
}
+ ret.Raw = full
ret.Data["rendered.json"] = full
readme, err := res.LookupPath(cue.ParsePath("readme")).String()
if err != nil {