Skip to content

Commit 1776cc1

Browse files
authored
Merge pull request #94001 from prithvipatil97/patch-64
Update lvms-scaling-storage-expand-pvc.adoc
2 parents 943d8ec + a1936fa commit 1776cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/lvms-scaling-storage-expand-pvc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To expand a PVC, you must update the `storage` field in the PVC.
2424
[source,terminal]
2525
----
2626
$ oc patch pvc <pvc_name> -n <application_namespace> \ <1>
27-
--type=merge -p \ '{ "spec": { "resources": { "requests": { "storage": "<desired_size>" }}}}' <2>
27+
--type=merge -p \ '{ "spec": { "resources": { "requests": { "storage": "<desired_size>" }}}}' <2>
2828
----
2929
<1> Replace `<pvc_name>` with the name of the PVC that you want to expand.
3030
<2> Replace `<desired_size>` with the new size to expand the PVC.

0 commit comments

Comments
 (0)