Merge pull request #107554 from humblec/feature

Correct the feature gate string for RBD migration.
This commit is contained in:
Kubernetes Prow Robot 2022-01-14 08:19:49 -08:00 committed by GitHub
commit 6f896dec4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -339,7 +339,7 @@ const (
// alpha: v1.23
//
// Enables the RBD in-tree driver to RBD CSI Driver migration feature.
CSIMigrationRBD featuregate.Feature = "csiMigrationRBD"
CSIMigrationRBD featuregate.Feature = "CSIMigrationRBD"
// owner: @humblec
// alpha: v1.23