Skip to content

Commit c361f54

Browse files
committed
misc fixes
Signed-off-by: Fabrice Flore-Thébault <[email protected]>
1 parent 26a5183 commit c361f54

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

modules/configuring/proc-provisioning-your-custom-configuration.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ $ oc create namespace {my-product-namespace}
9696
+
9797
Alternatively, link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-version}/html-single/building_applications/index#creating-a-project-using-the-web-console_projects[create the project by using the web console].
9898

99-
.. Provision your `{my-{my-app-config-config-map}-file}` file to the `{my-app-config-config-map}` config map in the _<{my-product-namespace}>_ project.
99+
.. Provision your `{my-app-config-file}` file to the `{my-app-config-config-map}` config map in the _<{my-product-namespace}>_ project.
100100
+
101101
[source,terminal,subs="+attributes,+quotes"]
102102
----
@@ -119,11 +119,7 @@ link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-
119119
Consider provisioning additional config maps and secrets:
120120

121121
* To use an external PostgreSQL database, xref:configuring-external-postgresql-databases[provision your PostgreSQL database secrets].
122-
+
123-
[TIP]
124-
====
125-
On a development environment, consider skipping this step and using the internal PostgreSQL database.
126-
====
122+
127123

128124
* To enable dynamic plugins, link:{installing-and-viewing-dynamic-plugins-url}[provision your dynamic plugins config map].
129125

0 commit comments

Comments
 (0)