Skip to content

Commit c09e048

Browse files
author
GitHub Actions
committed
Fix inconsistencies with referencing my-rhdh-secrets
1 parent 5ce2b41 commit c09e048

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-
8383

8484
[NOTE]
8585
====
86-
`<my-product-secrets>` is your preferred {product-short} secret name.
86+
`_<my-product-secrets>_` is your preferred {product-short} secret name.
8787
====
8888

8989
.Next steps

modules/installation/proc-deploy-rhdh-instance-eks.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ stringData:
5757
# TODO: See https://backstage.io/docs/auth/service-to-service-auth/#setup
5858
BACKEND_SECRET: "xxx"
5959
----
60-
<1> Replace `<my-product-secrets>` with a unique identifier for your secret configuration.
60+
<1> Replace `_<my-product-secrets>_` with a unique identifier for your secret configuration.
6161

6262
[IMPORTANT]
6363
====
@@ -106,7 +106,7 @@ spec:
106106
secrets:
107107
- name: `_<my-product-secrets>_` # <1>
108108
----
109-
<1> Replace `<my-product-secrets>` with a unique identifier for your secret configuration.
109+
<1> Replace `_<my-product-secrets>_` with a unique identifier for your secret configuration.
110110
--
111111

112112
. Create an Ingress resource using the following template, ensuring to customize the names as needed:

0 commit comments

Comments
 (0)