Skip to content

Commit ff44eb7

Browse files
committed
removed by
1 parent 9d9f2a0 commit ff44eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/storage-persistent-storage-pvc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ volumes and claims.
7878
== Claims as volumes
7979

8080
Pods access storage by using the claim as a volume. Claims must exist in the
81-
same namespace as the pod by using the claim. The cluster finds the claim
81+
same namespace as the pod using the claim. The cluster finds the claim
8282
in the pod's namespace and uses it to get the `PersistentVolume` backing
8383
the claim. The volume is mounted to the host and into the pod, for example:
8484

0 commit comments

Comments
 (0)