Skip to content

Commit 78016f5

Browse files
committed
remove quotes
1 parent d7353d7 commit 78016f5

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
@@ -139,7 +139,7 @@ Create a pod using [Fio](https://github.com/axboe/fio) (Flexible I/O Tester) for
139139
type: my-ephemeral-volume
140140
spec:
141141
accessModes: [ "ReadWriteOnce" ]
142-
storageClassName: "acstor-ephemeraldisk-nvme" # replace with the name of your storage class if different
142+
storageClassName: acstor-ephemeraldisk-nvme # replace with the name of your storage class if different
143143
resources:
144144
requests:
145145
storage: 1Gi

0 commit comments

Comments
 (0)