Skip to content

Commit a949fe6

Browse files
GitHub Actionsjmagak
GitHub Actions
authored andcommitted
Update the config in installation
1 parent c7ce578 commit a949fe6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ As a developer, you can deploy a {product} instance on {ocp-short} by using the
1919
. From the *Developer* perspective on the {ocp-short} web console, click *+Add*.
2020
. From the *Developer Catalog* panel, click *Operator Backed*.
2121
. In the *Filter by keyword* box, enter _{product-short}_ and click the *{product}* card.
22-
. Create a ConfigMap named `app-config-rhdh` containing the {product-short} configuration using the following template:
22+
. Create a config map named `app-config-rhdh` containing the {product-short} configuration using the following template:
2323
+
2424
--
2525
[source,yaml,subs="attributes+"]
@@ -46,7 +46,7 @@ data:
4646
----
4747
--
4848

49-
. Create a Secret named `{my-product-secrets}` and add a key named `BACKEND_SECRET` with a `Base64-encoded` string as value:
49+
. Create a secret named `{my-product-secrets}` and add a key named `BACKEND_SECRET` with a `Base64-encoded` string as value:
5050
+
5151
--
5252
[source,yaml,subs="+attributes,+quotes"]

modules/installation/proc-install-rhdh-osd-gcp-operator.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can install {product-short} on {osd-short} on {gcp-short} using the {product
1717
. In the *Filter by keyword* box, enter {product-short} and click the *{product} Operator* card.
1818
. On the *{product} Operator* page, click *Install*.
1919
. In the {ocp-short} console, navigate to *Installed Operators* and select *{product} Operator*.
20-
. Create a ConfigMap named `app-config-rhdh` containing the {product-short} configuration using the following template:
20+
. Create a secret named `{my-product-secrets}` and add a key named `BACKEND_SECRET` with a `Base64-encoded` string as value:
2121
+
2222
--
2323
[source,yaml,subs="attributes+"]
@@ -44,7 +44,7 @@ data:
4444
----
4545
--
4646

47-
. Create a Secret named `{my-product-secrets}` and add a key named `BACKEND_SECRET` with a `Base64-encoded` string as value:
47+
. Create a secret named `{my-product-secrets}` and add a key named `BACKEND_SECRET` with a `Base64-encoded` string as value:
4848
+
4949
--
5050
[source,yaml,subs="+attributes,+quotes"]

0 commit comments

Comments
 (0)