From 5f2f5405b4e9cc722e8732358ba461bc041281b1 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Fri, 14 Jan 2022 19:39:17 +0530 Subject: [PATCH] Correct the feature gate string for RBD migration. The feature gate is wrongly mentioned as csiMigrationRBD in kube features where it should have been CSIMigrationRBD to match other migration feature gates and formatting. Signed-off-by: Humble Chirammal --- pkg/features/kube_features.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go index 7158f5307ea..07bc67f7771 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -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