Merge pull request #110244 from humblec/feature-gate

CSINodeExpandSecret featuregate has to be 1.25 based
This commit is contained in:
Kubernetes Prow Robot 2022-05-28 03:06:50 -07:00 committed by GitHub
commit dfefd5a698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,7 +164,7 @@ const (
// owner: @humblec, @zhucan
// kep: http://kep.k8s.io/3171
// alpha: v1.24
// alpha: v1.25
//
// Enables SecretRef field in CSI NodeExpandVolume request.
CSINodeExpandSecret featuregate.Feature = "CSINodeExpandSecret"