Skip to content

Commit cb0fe56

Browse files
author
GitHub Actions
committed
Update the config in installation
1 parent 5c4b689 commit cb0fe56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/installation/proc-install-rhdh-ocp-operator.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
As a developer, you can deploy a {product} instance on {ocp-short} by using the *Developer Catalog* in the {ocp-brand-name} web console. This deployment method uses the {product} Operator.
88

99
.Prerequisites
10-
* You have set the `baseUrl` in your `{my-app-config-file}` to match the external URL of your {product-short} instance. Without it, frontend and backend services cannot communicate, and features may not work as expected.
10+
* You have set the `baseUrl` in your `{my-app-config-file}` to match the external URL of your {product-short} instance. Without it, frontend and backend services cannot communicate, and features might not work as expected.
1111
* xref:proc-install-operator_{context}[An {ocp-short} administrator has installed the {product} Operator].
1212
* xref:{configuring-book-url}#provisioning-your-custom-configuration[You have provisioned your custom config maps and secrets in your `_<{my-product-namespace}>_` project].
1313
* xref:{configuring-book-url}#using-the-operator-to-run-rhdh-with-your-custom-configuration[You have authored your {product-custom-resource-type} custom resource].
@@ -18,7 +18,7 @@ As a developer, you can deploy a {product} instance on {ocp-short} by using the
1818
. From the *Developer* perspective on the {ocp-short} web console, click *Add*.
1919
. From the *Developer Catalog* panel, click *Operator Backed*.
2020
. In the *Filter by keyword* box, enter _{product-short}_ and click the *{product}* card.
21-
. Provision your custom configuration, using the following template:
21+
. Provision your custom configuration using the following template:
2222
+
2323
[source,yaml,subs="attributes+"]
2424
----
@@ -52,7 +52,7 @@ To create and apply these configuration resources, follow the steps in xref:{con
5252
The `app-config-rhdh` config map must include your customized `app-config.yaml` file. This config map is mounted into the {product-short} container at runtime.
5353
====
5454

55-
. Create a secret named `{my-product-secrets}` and add a key named `BACKEND_SECRET` with a `Base64-encoded` string as value:
55+
. Create a secret named `{my-product-secrets}` and add a key named `BACKEND_SECRET` with a `Base64-encoded` string as value, as shown in the following example:
5656
+
5757
--
5858
[source,yaml,subs="+attributes,+quotes"]

0 commit comments

Comments
 (0)