Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ylep authored Sep 30, 2021
2 parents 89eb6cc + 9590dc2 commit b7b5ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift-deployment/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ For the record, here are the steps that were used to create this OpenShift proje

#. Install the OpenShift Command-Line Tools by following the instructions on https://okd-dev.hbp.eu/console/command-line
#. Log in using the CLI (Under your name on the top right corner, hit `Copy Login Command` and paste it into a terminal)
#. Switch to the project (``oc project hbp-spatial-transform``)
#. Switch to the project (``oc project hbp-spatial-backend``)
#. Run a dummy pod for rsync transfer with ``oc run dummy --image ylep/oc-rsync-transfer``
#. Mount the volume against the dummy pod ``oc set volume dc/dummy --add --name=tmp-mount --claim-name=static-data --mount-path /static-data``
#. Wait for the deployment to be complete with ``oc rollout status dc/dummy``
Expand Down

0 comments on commit b7b5ee0

Please sign in to comment.