Skip to content

Commit 314185a

Browse files
[1.3.x] RHIDP-3484 02 Global Fix of Source Tags (#478)
Co-authored-by: jmagak <[email protected]>
1 parent fc32301 commit 314185a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

modules/admin/proc-using-azure-auth-provider.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ upstream:
9595
. Optional: If the Helm Chart is already installed, upgrade it:
9696
+
9797
--
98-
[source,subs="attributes+"]
98+
[source,terminal,subs="attributes+"]
9999
----
100100
helm -n <your_namespace> upgrade -f <your-values.yaml> <your_deploy_name> redhat-developer/backstage --version {product-chart-version}
101101
----

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ securityContext:
1919

2020
Following is the specified locations in the manifests:
2121

22-
[source]
22+
[source,yaml]
2323
----
2424
db-statefulset.yaml: | spec.template.spec
2525
deployment.yaml: | spec.template.spec
@@ -81,7 +81,7 @@ spec:
8181
. To deploy the created Ingress, run the following command:
8282
+
8383
--
84-
[source]
84+
[source,terminal]
8585
----
8686
kubectl -n <your_namespace> apply -f rhdh-ingress.yaml
8787
----
@@ -150,7 +150,7 @@ spec:
150150
. Apply the CR manifest to your namespace:
151151
+
152152
--
153-
[source]
153+
[source,terminal]
154154
----
155155
kubectl -n <your_namespace> apply -f rhdh.yaml
156156
----
@@ -160,7 +160,7 @@ kubectl -n <your_namespace> apply -f rhdh.yaml
160160
. Optional: To delete the CR, run the following command:
161161
+
162162
--
163-
[source]
163+
[source,terminal]
164164
----
165165
kubectl -n <your_namespace> delete -f rhdh.yaml
166166
----

modules/release-notes/con-release-notes-overview.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ You must wait while the resources in the older versions are deleted and newer ve
4141

4242
. Log in to the OpenShift cluster as the cluster administrator and switch to the `devhub` project.
4343
+
44-
[source]
44+
[source,terminal]
4545
----
4646
oc login -u <user> -p <password> https://api.<HOSTNAME>:6443
4747
oc project devhub
4848
----
4949

5050
. For a new version of the {product-short} helm chart, run the following upgrade command:
5151
+
52-
[source,subs="attributes+"]
52+
[source,terminal,subs="attributes+"]
5353
----
5454
helm upgrade -i rhdh -f new-values.yml \
5555
openshift-helm-charts/redhat-developer-hub --version {product-chart-version}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ 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]
32+
[source,terminal]
3333
----
3434
oc login -u <user> -p <password> https://api.<HOSTNAME>:6443
3535
oc project <your_namespace>
3636
----
3737

3838
. For a new version of the {product-short} Helm chart, run the following upgrade command:
3939
+
40-
[source,subs="attributes+"]
40+
[source,terminal,subs="attributes+"]
4141
----
4242
helm upgrade -i rhdh -f new-values.yml \
4343
openshift-helm-charts/redhat-developer-hub --version {product-chart-version}

0 commit comments

Comments
 (0)