Skip to content

Commit 82fa36c

Browse files
authored
Merge pull request #118403 from mikenekomoe/patch-2
fix wrong capacity , Update azure-csi-files-storage-provision.md
2 parents 56d9259 + abecb4a commit 82fa36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/azure-csi-files-storage-provision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ A persistent volume claim (PVC) uses the storage class object to dynamically pro
150150

151151
```output
152152
NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE
153-
my-azurefile Bound pvc-8436e62e-a0d9-11e5-8521-5a8664dc0477 10Gi RWX my-azurefile 5m
153+
my-azurefile Bound pvc-8436e62e-a0d9-11e5-8521-5a8664dc0477 100Gi RWX my-azurefile 5m
154154
```
155155

156156
### Use the persistent volume

0 commit comments

Comments
 (0)