konveyor / mig-demo-apps

A collection of apps ideal for migration demos
Apache License 2.0
15 stars 70 forks source link

Wrong project name in the oc get route #22

Closed vpagar1 closed 4 years ago

vpagar1 commented 4 years ago

Hello Pranav,

I can see in the manifest file the project name we are using is "mssql-persistent" and the one which you used in the oc get route is "mssql-example" so we might need to correct this.

oc get route -n mssql-example mssql-app-route -o go-template='{{ .spec.host }}{{ println }}'

pranavgaikwad commented 4 years ago

Closed thru #23