Skip to content

Commit f25219e

Browse files
authored
Merge pull request #22183 from jboxman/check-optional-42
[enterprise-4.2] Fix style for options that are not compulsory
2 parents 2c55aba + 6b8a642 commit f25219e

4 files changed

+5
-5
lines changed

modules/migration-running-migration-plan-cam.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can run *Stage* multiple times to reduce the actual migration time.
2929
+
3030
*Migrate* stops the application workload on the source cluster and recreates its resources on the target cluster.
3131

32-
. Optionally, in the *Migrate* window, you can select *Do not stop applications on the source cluster during migration*.
32+
. Optional: In the *Migrate* window, you can select *Do not stop applications on the source cluster during migration*.
3333
. Click *Migrate*.
3434
. When the migration is complete, verify that the application migrated successfully in the {product-title} 4.2 web console:
3535

modules/nw-egressnetworkpolicy-edit.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To edit an existing egress network policy object for a project, complete the fol
2424
$ oc get -n <project> egressnetworkpolicy
2525
----
2626

27-
. Optionally, if you did not save a copy of the EgressNetworkPolicy object when you created the egress network firewall, enter the following command to create a copy.
27+
. Optional: If you did not save a copy of the EgressNetworkPolicy object when you created the egress network firewall, enter the following command to create a copy.
2828
+
2929
----
3030
$ oc get -n <project> \ <1>

modules/odc-creating-projects-using-developer-perspective.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can create a project using the *Developer* perspective, as follows:
2424
image::odc_create_project.png[Create Project]
2525

2626
. In the *Create Project* dialog box, enter a unique name for the *Name* field. For example, enter `myproject` as the name of the project in the *Name* field.
27-
. Optionally, add the *Display Name* and *Description* details for the Project.
27+
. Optional: Add the *Display Name* and *Description* details for the Project.
2828
. Click *Create*.
2929

3030
Your project is now created and you can add applications and other workloads in to this project.

modules/odc-importing-codebase-from-git-to-create-application.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Create, build, and deploy an application on {product-title} using an existing co
1616
image::odc_import_from_git.png[Import from Git]
1717

1818
. In the *Git* section, enter the Git repository URL for the codebase you want to use to create an application. For example, enter the URL of this sample nodejs application `\https://github.com/sclorg/nodejs-ex`.
19-
. Optionally, you can click *Show Advanced Git Options* to add details such as:
19+
. Optional: You can click *Show Advanced Git Options* to add details such as:
2020

2121
* *Git Reference* to point to code in a specific branch, tag, or commit to be used to build the application.
2222
* *Context Dir* to specify the subdirectory for the application source code you want to use to build the application.
@@ -40,7 +40,7 @@ The *Serverless* section is displayed in the *Import from git* form only if the
4040
====
4141

4242
. In the *Advanced Options* section, the *Create a route to the application* is selected by default so that you can access your application using a publicly available URL. You can clear the check box if you do not want to expose your application on a public route.
43-
. Optionally, you can use the following advanced options to further customize your application:
43+
. Optional: You can use the following advanced options to further customize your application:
4444

4545
Routing::
4646
Click the *Routing* link to:

0 commit comments

Comments
 (0)