Skip to content

Commit 6f896de

Browse files
authored
Merge pull request kubernetes#107554 from humblec/feature
Correct the feature gate string for RBD migration.
2 parents 4e1306c + 5f2f540 commit 6f896de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/features/kube_features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ const (
339339
// alpha: v1.23
340340
//
341341
// Enables the RBD in-tree driver to RBD CSI Driver migration feature.
342-
CSIMigrationRBD featuregate.Feature = "csiMigrationRBD"
342+
CSIMigrationRBD featuregate.Feature = "CSIMigrationRBD"
343343

344344
// owner: @humblec
345345
// alpha: v1.23

0 commit comments

Comments
 (0)