integr8ly / tutorial-web-app

Solution Explorer provides the front door into the Integreatly initiative. It hosts the various Solution Patterns, as well as providing a dashboard of installed applications/products/services.
Apache License 2.0
36 stars 54 forks source link

INTLY-3512: fix manifest template handling os4 #524

Closed JameelB closed 4 years ago

JameelB commented 4 years ago

Motivation

The walkthrough fails to proceed from the loading page and throws the following error if the walkthrough does not have any dependencies specified in its manifest.

TypeError: Cannot read property 'metadata' of undefined (on walkthroughServices.js:119)

What

NOTE: This change is specific to OpenShift 4 only

Verification Steps

  1. Run the webapp locally (point to an OpenShift cluster) or update your webapp deployment to use the image quay.io/jameelb/tutorial-web-app:2.19.2
  2. Ensure that walkthrough 1 is accessible
  3. Ensure that walkthrough 2 is accessible

Checklist: