Skip to content

Commit

Permalink
Merge pull request #110244 from humblec/feature-gate
Browse files Browse the repository at this point in the history
CSINodeExpandSecret featuregate has to be 1.25 based
  • Loading branch information
k8s-ci-robot committed May 28, 2022
2 parents f3264dd + 055512b commit dfefd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/features/kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dfefd5a

Please sign in to comment.