Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
Make sure we delete route
Browse files Browse the repository at this point in the history
  • Loading branch information
chmouel committed Nov 5, 2018
1 parent 9419643 commit 5f51dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openshift/deploy-openshift-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function deploy_sideservice() {
oc new-app --name="${name}" ${env_dbs} -e AUTH_DEVELOPER_MODE_ENABLED=true \
${image}
sleep 2
oc delete route/${name} || true
oc expose service/${name}
}

Expand Down

0 comments on commit 5f51dae

Please sign in to comment.