Skip to content

Commit e33d93d

Browse files
committed
OCPBUGS#23337: Fix format for example outputs
1 parent 5375216 commit e33d93d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/cert-manager-configure-cpu-memory.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $ oc get deployment -n cert-manager -o yaml
3939
----
4040
+
4141
.Example output
42-
[source,terminal]
42+
[source,yaml]
4343
----
4444
# ...
4545
metadata:
@@ -80,7 +80,7 @@ $ oc get deployment -n cert-manager -o yaml
8080

8181
. To configure the CPU and memory limits for the cert-manager controller, CA injector, and Webhook, enter the following command:
8282
+
83-
[source,terminal]
83+
[source,yaml]
8484
----
8585
$ oc patch certmanager.operator cluster --type=merge -p="
8686
spec:
@@ -139,7 +139,7 @@ $ oc get deployment -n cert-manager -o yaml
139139
----
140140
+
141141
.Example output
142-
[source,terminal]
142+
[source,yaml]
143143
----
144144
# ...
145145
metadata:

0 commit comments

Comments
 (0)