CSINodeExpandSecret featuregate has to be 1.25 based

At present the CSINodeExpandSecret feature gate has been tagged with
1.24 in the source code comments incorrectly. This commit address
the same

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2022-05-27 10:07:28 +05:30
parent 32c3fb3b78
commit 055512b5c8

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"