From 9590dc272339b37944b54885f88e4a6368cf0042 Mon Sep 17 00:00:00 2001 From: Yann Leprince <5501307+ylep@users.noreply.github.com> Date: Fri, 30 Jul 2021 10:41:36 +0200 Subject: [PATCH] Fix typo in the documentation --- openshift-deployment/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift-deployment/README.rst b/openshift-deployment/README.rst index 215b09a..9ccb293 100644 --- a/openshift-deployment/README.rst +++ b/openshift-deployment/README.rst @@ -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``