Update incorrect word Peristent to Persistent (#5843)
* Update change-pv-reclaim-policy.md * Update mysql-wordpress-persistent-volume.md
This commit is contained in:
@@ -21,7 +21,7 @@ PersistentVolume.
|
||||
"Recycle", and "Delete". For dynamically provisioned `PersistentVolumes`,
|
||||
the default reclaim policy is "Delete". This means that a dynamically provisioned
|
||||
volume is automatically deleted when a user deletes the corresponding
|
||||
`PeristentVolumeClaim`. This automatic behavior might be inappropriate if the volume
|
||||
`PersistentVolumeClaim`. This automatic behavior might be inappropriate if the volume
|
||||
contains precious data. In that case, it is more appropriate to use the "Retain"
|
||||
policy. With the "Retain" policy, if a user deletes a `PersistentVolumeClaim`,
|
||||
the corresponding `PersistentVolume` is not be deleted. Instead, it is moved to the
|
||||
|
||||
Reference in New Issue
Block a user