Skip to content

Commit d5a65d5

Browse files
author
GitHub Actions
committed
Fix mentions to the product
1 parent 05883da commit d5a65d5

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

modules/installation/proc-install-rhdh-ocp-helm-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can use the Helm CLI to install {product} on {ocp-brand-name}.
1414
* You have installed the Helm CLI tool.
1515

1616
.Procedure
17-
. Create and activate the _<{my-product-namespace}>_{ocp-short} project:
17+
. Create and activate the _<{my-product-namespace}>_ {ocp-short} project:
1818
+
1919
[subs="quotes+"]
2020
----

modules/installation/proc-rhdh-deploy-aks-helm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The previous command configures the Kubernetes client and sets the current conte
108108
helm repo add openshift-helm-charts https://charts.openshift.io/
109109
----
110110

111-
. Create and activate the _<{my-product-namespace}>_:
111+
. Create and activate the _<{my-product-namespace}>_ namespace:
112112
+
113113
[source,terminal,subs="quotes+"]
114114
----

modules/installation/proc-rhdh-deploy-aks-operator.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ kubectl -n <your_namespace> create secret docker-registry rhdh-pull-secret \
5656
. Create an Ingress manifest file, named `rhdh-ingress.yaml`, specifying your {product-short} service name as follows:
5757
+
5858
--
59-
[source,yaml]
59+
[source,yaml,subs="+attributes,+quotes"]
6060
----
6161
apiVersion: networking.k8s.io/v1
6262
kind: Ingress
@@ -153,7 +153,7 @@ spec:
153153
. Apply the CR manifest to your namespace:
154154
+
155155
--
156-
[source,terminal]
156+
[source,terminal,subs="+attributes,+quotes"]
157157
----
158158
kubectl -n {my-product-namespace} apply -f rhdh.yaml
159159
----
@@ -163,7 +163,7 @@ kubectl -n {my-product-namespace} apply -f rhdh.yaml
163163
. Optional: To delete the CR, run the following command:
164164
+
165165
--
166-
[source,terminal]
166+
[source,terminal,subs="+attributes,+quotes"]
167167
----
168168
kubectl -n {my-product-namespace} delete -f rhdh.yaml
169169
----

modules/observe/proc-admin-enabling-metrics-ocp-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Currently, the {product} Operator does not support creating a `ServiceMonitor` c
2020

2121
. Create the `ServiceMonitor` CR as a YAML file:
2222
+
23-
[source,yaml]
23+
[source,yaml,subs="+attributes,+quotes"]
2424
----
2525
apiVersion: monitoring.coreos.com/v1
2626
kind: ServiceMonitor

modules/observe/proc-forward-audit-log-splunk.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ serviceAccount:
8282
+
8383
--
8484
.Example `inputs` configuration
85-
[source,yaml]
85+
[source,yaml,subs="+attributes,+quotes"]
8686
----
8787
inputs:
8888
- name: my-app-logs-input

modules/upgrade/proc-upgrade-rhdh-helm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ It might take a few minutes to delete the resources in the older versions and to
2929

3030
. Log in to the {ocp-short} cluster as the cluster administrator and switch to the project or namespace in which {product-short} was installed.
3131
+
32-
[source,terminal]
32+
[source,terminal,subs="+attributes,+quotes"]
3333
----
3434
oc login -u <user> -p <password> https://api.<HOSTNAME>:6443
3535
oc project {my-product-namespace}

0 commit comments

Comments
 (0)