Skip to content

Commit 634b1b2

Browse files
authored
Merge pull request #44807 from randomvariable/topic/randomvariable/fix-StatefulsetAutoDeletePVC-state
Fix default status of StatefulsetAutoDeletePVC when beta
2 parents b5a7a75 + 4773050 commit 634b1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/stateful-set-auto-delete-pvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ stages:
1212
fromVersion: "1.23"
1313
toVersion: "1.26"
1414
- stage: beta
15-
defaultValue: false
15+
defaultValue: true
1616
fromVersion: "1.27"
1717
---
1818
Allows the use of the optional `.spec.persistentVolumeClaimRetentionPolicy` field,

0 commit comments

Comments
 (0)