Skip to content

Commit b00f63a

Browse files
authored
Add missing ` in README.md
1 parent be6efdd commit b00f63a

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)