Skip to content

Commit

Permalink
removed resource spec for sonarqube to work with try.openshift.com
Browse files Browse the repository at this point in the history
  • Loading branch information
siamaksade committed Mar 8, 2019
1 parent 989f6fa commit d71561e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cicd-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ objects:
oc new-app -f https://raw.githubusercontent.com/siamaksade/sonarqube/master/sonarqube-persistent-template.yml --param=SONARQUBE_MEMORY_LIMIT=2Gi
fi
oc set resources dc/sonarqube --limits=cpu=0,memory=0 --requests=cpu=0,memory=0
if [ "${DEPLOY_CHE}" == "true" ] ; then
oc process -f https://raw.githubusercontent.com/minishift/minishift/master/addons/che/templates/che-workspace-service-account.yaml \
--param SERVICE_ACCOUNT_NAMESPACE=$CICD_NAMESPACE --param=SERVICE_ACCOUNT_NAME=che-workspace | oc create -f -
Expand Down

0 comments on commit d71561e

Please sign in to comment.