Skip to content

Commit b246810

Browse files
committed
added product-custom-resource-type attribute
Signed-off-by: Fabrice Flore-Thébault <[email protected]>
1 parent d6b9689 commit b246810

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

artifacts/attributes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
:product-bundle-version: 1.4.0
1616
:product-chart-version: 1.4.0
1717
:product-backstage-version: 1.29.2
18+
:product-custom-resource-type: Backstage
1819
:rhdeveloper-name: Red Hat Developer
1920
:rhel: Red Hat Enterprise Linux
2021
:odf-name: OpenShift Data Foundation

modules/configuring/proc-using-the-operator-to-run-rhdh-with-your-custom-configuration.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[id="using-the-operator-to-run-rhdh-with-your-custom-configuration"]
22
= Using the {product} operator to run {product-short} with your custom configuration
33

4-
To use the {product-short} operator to run {product} with your custom configuration, create a {product-short} custom resource that:
4+
To use the {product-short} operator to run {product} with your custom configuration, create a resource that:
55

66
* Mounts files provisioned in your custom config maps.
77
* Injects environment variables provisioned in your custom secrets.
@@ -13,7 +13,7 @@ To use the {product-short} operator to run {product} with your custom configurat
1313

1414
.Procedure
1515

16-
. Author your {product-short} custom resource in a `{my-product-cr-name}.yaml` file to use your custom config maps and secrets.
16+
. Author your {product-custom-resource-type} custom resource in a `{my-product-cr-name}.yaml` file to use your custom config maps and secrets.
1717
+
1818
.Minimal `{my-product-cr-name}.yaml` custom resource example
1919
====
@@ -189,7 +189,7 @@ spec:
189189
spec.deployment::
190190
Optionally, xref:configuring-the-deployment[enter your deployment configuration].
191191

192-
. Apply your {product-short} custom resource to start your {product-short} instance.
192+
. Apply your {product-custom-resource-type} custom resource to start your {product-short} instance.
193193
+
194194
[source,terminal,subs="+attributes,+quotes"]
195195
----

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ As a developer, you can deploy a {product} instance on {ocp-short} by using the
1010

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].
13-
* xref:{configuring-book-url}#using-the-operator-to-run-rhdh-with-your-custom-configuration[You have authored your {product-short} custom resource].
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].
1414

1515
.Procedure
1616

@@ -20,7 +20,7 @@ As a developer, you can deploy a {product} instance on {ocp-short} by using the
2020
. From the *Developer Catalog* panel, click *Operator Backed*.
2121
. In the *Filter by keyword* box, enter _{product-short}_ and click the *{product}* card.
2222
. Click *Create*.
23-
. xref:{configuring-book-url}#using-the-operator-to-run-rhdh-with-your-custom-configuration[Add your {product-short} custom resource content].
23+
. xref:{configuring-book-url}#using-the-operator-to-run-rhdh-with-your-custom-configuration[Add your {product-custom-resource-type} custom resource content].
2424
. On the *Create Backstage* page, click *Create*
2525

2626
.Verification

0 commit comments

Comments
 (0)