Skip to content

Commit 11ef740

Browse files
author
Kedar Vijay Kulkarni
committed
Added code style to hostPath
1 parent 9be902b commit 11ef740

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/concepts/storage/persistent-volumes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -620,10 +620,10 @@ spec:
620620

621621
PersistentVolumes binds are exclusive, and since PersistentVolumeClaims are namespaced objects, mounting claims with "Many" modes (`ROX`, `RWX`) is only possible within one namespace.
622622

623-
### PersistentVolumes typed HostPath
623+
### PersistentVolumes typed `hostPath`
624624

625-
A hostPath PersistentVolume uses a file or directory on the Node to emulate network-attached storage.
626-
See [an example of HostPath typed volume](/docs/tasks/configure-pod-container/configure-persistent-volume-storage/#create-a-persistentvolume).
625+
A `hostPath` PersistentVolume uses a file or directory on the Node to emulate network-attached storage.
626+
See [an example of `hostPath` typed volume](/docs/tasks/configure-pod-container/configure-persistent-volume-storage/#create-a-persistentvolume).
627627

628628
## Raw Block Volume Support
629629

0 commit comments

Comments
 (0)