Skip to content

Commit 02107a0

Browse files
authored
Update use-container-storage-with-temp-ssd.md
fix to temp ssd pvc creation yaml
1 parent f456454 commit 02107a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/container-storage/use-container-storage-with-temp-ssd.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)