I was trying to deploy the yaml template into our tools namespace, but ran into a few issues:
OpenShift wanted the API version to be updated to: template.openshift.io/v1
The ImageStream section of this file is not required when you do the oc new-build command before doing the oc-new app command (as per the instructions)
Sonarqube was using it's H2 DB instead of postgres, which was because the environment variables started with SONARQUBE instead of SONAR (they had to match what was in sonar.properties file)
I was trying to deploy the yaml template into our tools namespace, but ran into a few issues: