Skip to content

Commit 676fd4b

Browse files
authored
4.19 fixes
1 parent b3c1389 commit 676fd4b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ This secret has three encrypted properties defined as **database-name**, **datab
472472
the PostgreSQL database name, username and password values. These values are injected in the PostgreSQL container as
473473
environment variables and used to initialize the database.
474474

475-
In the {OPENSHIFT_CONSOLE_URL}[OpenShift Web Console^, role='params-link'], from the `*Workloads*` `*Topology*` menu,
475+
In the OpenShift Web Console, from the `*Workloads*` `*Topology*` menu,
476476
`*click on 'DC catalog-postgresql' -> 'DC catalog-postgresql' -> 'Environment'*`. Notice the values
477477
from the secret are defined as environment variables on the deployment:
478478

@@ -485,7 +485,7 @@ Having made all those changes with adding databases and the application configur
485485
test that the Coolstore application still works. Just like you did a couple of chapters ago you need to use the topology
486486
display in the web console.
487487

488-
In the {OPENSHIFT_CONSOLE_URL}[OpenShift Web Console^, role='params-link'] from the `*Workloads*` `*Topology*` menu,
488+
In the OpenShift Web Console, from the `*Workloads*` `*Topology*` menu,
489489
`*click on the 'Open URL' icon of the Web Service*`
490490

491491
image::openshift-web-topology.png[OpenShift - Web Topology, 700]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ perform various tasks via a browser.
4141
After you have authenticated to the web console, you will be presented with a
4242
list of projects that your user has permission to work with.
4343

44-
`*Select the 'Developer View' then your "-dev" project*` to be taken to the project overview page
44+
`*Select your "-dev" project*` to be taken to the project overview page
4545
which will list all of the routes, services, deployments, and pods that you have
4646
running as part of your project. There's maybe nothing much there now, but that's about to
4747
change.

documentation/modules/ROOT/pages/gateway-dotnet.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ containers for the project.
219219

220220
== Test your Service
221221

222-
In the OpenShift Web Console, from the **Developer view**,
222+
In the OpenShift Web Console,
223223
`*click on the 'Open URL' icon of the Gateway Service*`
224224

225225
image::openshift-gateway-topology.png[OpenShift - Gateway Topology, 700]

0 commit comments

Comments
 (0)