Skip to content

Commit 669cd41

Browse files
authored
Update use-container-storage-with-local-nvme-replication.md
fix to local nvme with replication pvc yaml
1 parent f456454 commit 669cd41

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-nvme-replication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ A persistent volume claim (PVC) is used to automatically provision storage based
268268
metadata:
269269
name: ephemeralpvc
270270
annotations:
271-
"acstor.azure.com/accept-ephemeral-storage=true"
271+
acstor.azure.com/accept-ephemeral-storage: "true"
272272
spec:
273273
accessModes:
274274
- ReadWriteOnce

0 commit comments

Comments
 (0)