Merge pull request #44807 from randomvariable/topic/randomvariable/fix-StatefulsetAutoDeletePVC-state

Fix default status of StatefulsetAutoDeletePVC when beta
pull/44943/head
Kubernetes Prow Robot 2024-01-29 17:38:20 -08:00 committed by GitHub
commit 634b1b2b5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ stages:
fromVersion: "1.23"
toVersion: "1.26"
- stage: beta
defaultValue: false
defaultValue: true
fromVersion: "1.27"
---
Allows the use of the optional `.spec.persistentVolumeClaimRetentionPolicy` field,