Skip to content

Commit 431b27f

Browse files
authored
Merge pull request kubernetes#4999 from muffl0n/patch-1
KEP-1847: Add missing ` in README.md
2 parents 1226bed + b00f63a commit 431b27f

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-apps/1847-autoremove-statefulset-pvcs

1 file changed

+1
-1
lines changed

keps/sig-apps/1847-autoremove-statefulset-pvcs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ so that scale-up can leverage the existing volumes. When the application is fini
165165
volumes created by the StatefulSet are no longer needed and can be automatically
166166
reclaimed.
167167

168-
The user would set `persistentVolumeClaimRetentionPolicy.whenDeleted` to `Delete, which
168+
The user would set `persistentVolumeClaimRetentionPolicy.whenDeleted` to `Delete`, which
169169
would ensure that the PVCs created automatically during the StatefulSet
170170
activation is deleted once the StatefulSet is deleted.
171171

0 commit comments

Comments
 (0)