From e6950812866014c897b15b742756217bdc1b2add Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Mon, 16 Aug 2021 13:19:08 +0200 Subject: [PATCH] Add reporter webapp to the list of webapps (HTTP_WEBAPP_LIST) --- pkg/options/HTTPServer.gen.go | 2 +- pkg/options/HTTPServer.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/options/HTTPServer.gen.go b/pkg/options/HTTPServer.gen.go index defc5f4ea..bf3d1e818 100644 --- a/pkg/options/HTTPServer.gen.go +++ b/pkg/options/HTTPServer.gen.go @@ -58,7 +58,7 @@ func HTTPServer() (o *HTTPServerOpt) { WebappEnabled: false, WebappBaseUrl: "/", WebappBaseDir: "./webapp/public", - WebappList: "admin,compose,workflow", + WebappList: "admin,compose,workflow,reporter", SslTerminated: isSecure(), } diff --git a/pkg/options/HTTPServer.yaml b/pkg/options/HTTPServer.yaml index ffe8add3e..8d9fc1c9f 100644 --- a/pkg/options/HTTPServer.yaml +++ b/pkg/options/HTTPServer.yaml @@ -107,7 +107,7 @@ props: - name: webappList env: HTTP_WEBAPP_LIST - default: "admin,compose,workflow" + default: "admin,compose,workflow,reporter" - name: sslTerminated env: HTTP_SSL_TERMINATED