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

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