Fix default status of StatefulsetAutoDeletePVC when beta

StatefulsetAutoDeletePVC has been on by default since it graduated to Beta in 1.27

Signed-off-by: Naadir Jeewa <naadir.jeewa@broadcom.com>
This commit is contained in:
Naadir Jeewa 2024-01-19 13:17:12 +00:00
parent 359e65c478
commit 47730507fe
No known key found for this signature in database
GPG Key ID: 8807D31E5DD2F90A
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,