Skip to content

Commit 53d9691

Browse files
authored
Fix syntax in procedure output (#388)
1 parent 9074e50 commit 53d9691

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc-Service-Telemetry-Framework/modules/proc_removing-the-amq-cert-manager-operator.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $ oc get csv -nopenshift-operators amq7-cert-manager.v1.0.6 -oyaml | grep "kind
6161
+
6262
Example output:
6363
+
64-
[source,yaml]
64+
[source,bash]
6565
----
6666
certificates.certmanager.k8s.io
6767
challenges.certmanager.k8s.io
@@ -76,9 +76,9 @@ orders.certmanager.k8s.io
7676
----
7777
$ oc delete --namespace=openshift-operators csv amq7-cert-manager.v1.0.6
7878
----
79-
79+
+
8080
Example output:
81-
81+
+
8282
[source,bash,options="nowrap"]
8383
----
8484
clusterserviceversion.operators.coreos.com "amq7-cert-manager.v1.0.6" deleted

0 commit comments

Comments
 (0)