Skip to content

Commit a47e4ca

Browse files
committed
fix link to dev spaces and fix qk deploy
1 parent 3b92730 commit a47e4ca

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

documentation/modules/ROOT/pages/app-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ data:
245245

246246
`*Click on the 'Create' button*`.
247247

248-
Once the source code is updated and the ConfigMap is created, as before, build and `*Push the updated Inventory Service to the OpenShift cluster*`.
248+
Once the source code is updated and the ConfigMap is created, as before `*Deploy the updated Inventory Service to the OpenShift cluster*`.
249249

250250
Wait till the build is complete then, `*Delete the Inventory Pod*` to make it start again and look for the config maps:
251251

documentation/modules/ROOT/pages/app-health.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Then, `*build and push the updated Inventory Service to the OpenShift cluster*`.
182182
IDE Task::
183183
+
184184
--
185-
`*Click on 'Terminal' -> 'Run Task...' -> 'devfile: Inventory - Push Component'*`
185+
`*Click on 'Terminal' -> 'Run Task...' -> 'devfile: Inventory - Deploy Component'*`
186186
187187
image::che-runtask.png[Che - RunTask, 600]
188188
--
@@ -195,7 +195,7 @@ CLI::
195195
[source,shell,subs="{markup-in-source}",role=copypaste]
196196
----
197197
cd /projects/workshop/labs/inventory-quarkus
198-
mvn package -Dquarkus.container-image.build=true -DskipTests -Dquarkus.container-image.group=$(oc project -q) -Dquarkus.kubernetes-client.trust-certs=true
198+
mvn package -Dquarkus.kubernetes.deploy=true -DskipTests -Dquarkus.container-image.group=$(oc project -q) -Dquarkus.kubernetes-client.trust-certs=true
199199
----
200200
201201
NOTE: To open a terminal window, `*click on 'Terminal' -> 'New Terminal'*`

documentation/modules/ROOT/pages/developer-workspace.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,8 @@ to this file.
5858
====
5959

6060
`*Click on the 'Developer Workspace' button below*`
61-
// precreated workspace, we escape the - to get the URL userX-devspaces to work around an antora bug
62-
[link={CHE_URL}/dashboard/#/ide/user{USER_ID}%2Ddevspaces/wksp-end-to-end-dev]
63-
// Default IDE
64-
//[link={CHE_URL}/#https://raw.githubusercontent.com/RedHat-EMEA-SSA-Team/end-to-end-developer-workshop/{WORKSHOP_GIT_REF}/devfile.yaml]
61+
62+
[link={CHE_URL}/dashboard/#/ide/user{USER_ID}devspaces/wksp-end-to-end-dev]
6563
[window=_blank, align="center"]
6664
[role='params-link']
6765
image::developer-workspace-button.png[Developer Workspace - Button, 300]
@@ -128,9 +126,9 @@ Login successful.
128126
You have access to the following projects and can switch between them with 'oc project <projectname>':
129127
130128
* cn-project{USER_ID}
131-
user{USER_ID} -devspaces
129+
user{USER_ID}devspaces
132130
133-
Using project "user{USER_ID} -devspaces".
131+
Using project "user{USER_ID}devspaces".
134132
----
135133

136134
Then, create your **Development Environment**:

0 commit comments

Comments
 (0)