You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/installation/proc-install-rhdh-ocp-operator.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
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.
8
8
9
9
.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.
11
11
* xref:proc-install-operator_{context}[An {ocp-short} administrator has installed the {product} Operator].
12
12
* xref:{configuring-book-url}#provisioning-your-custom-configuration[You have provisioned your custom config maps and secrets in your `_<{my-product-namespace}>_` project].
13
13
* 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
18
18
. From the *Developer* perspective on the {ocp-short} web console, click *Add*.
19
19
. From the *Developer Catalog* panel, click *Operator Backed*.
20
20
. 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:
22
22
+
23
23
[source,yaml,subs="attributes+"]
24
24
----
@@ -52,7 +52,7 @@ To create and apply these configuration resources, follow the steps in xref:{con
52
52
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.
53
53
====
54
54
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:
0 commit comments