Skip to content

Commit cd0740e

Browse files
Merge pull request #279412 from khdownie/kendownie062624
remove quotes
2 parents f66b86c + 78016f5 commit cd0740e

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)