Skip to content

Commit dc71ec5

Browse files
authored
Update use-container-storage-with-local-disk.md
Fix to pvc creation yaml for local nvme
1 parent f456454 commit dc71ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/container-storage/use-container-storage-with-local-disk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ A persistent volume claim is used to automatically provision storage based on a
264264
metadata:
265265
name: ephemeralpvc
266266
annotations:
267-
"acstor.azure.com/accept-ephemeral-storage=true"
267+
acstor.azure.com/accept-ephemeral-storage: "true"
268268
spec:
269269
accessModes:
270270
- ReadWriteOnce

0 commit comments

Comments
 (0)