Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #101 from sergioifg94/INTLY-7887
Browse files Browse the repository at this point in the history
INTLY-7887 Add UPGRADE_DATA parameter to webhandler
  • Loading branch information
sergioifg94 authored Jun 17, 2020
2 parents 76b1b6c + 1a38f69 commit c8422cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/handlers/webhandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ const (
WebAppImage = "quay.io/integreatly/tutorial-web-app:2.25.1"
serviceName = "tutorial-web-app"
routeName = "tutorial-web-app"
upgradeData = "UPGRADE_DATA"
)

var webappParams = [...]string{"OPENSHIFT_OAUTHCLIENT_ID", "OPENSHIFT_HOST", "OPENSHIFT_OAUTH_HOST", "SSO_ROUTE", OpenShiftAPIHost, OpenShiftVersion, IntegreatlyVersion, WTLocations, ClusterType, InstalledServices, InstallationType}
var webappParams = [...]string{"OPENSHIFT_OAUTHCLIENT_ID", "OPENSHIFT_HOST", "OPENSHIFT_OAUTH_HOST", "SSO_ROUTE", OpenShiftAPIHost, OpenShiftVersion, IntegreatlyVersion, WTLocations, ClusterType, InstalledServices, InstallationType, upgradeData}

func NewWebHandler(m *metrics.Metrics, osClient openshift.OSClientInterface, factory ClientFactory, cruder SdkCruder) AppHandler {
return AppHandler{
Expand Down

0 comments on commit c8422cd

Please sign in to comment.