mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
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 <hchiramm@redhat.com>
This commit is contained in:
parent
19a37027dc
commit
5f2f5405b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user