Skip to content

Commit 80a5cae

Browse files
authored
ROX-28814: enable cluster migration feature flag (#2277)
1 parent c21a6e3 commit 80a5cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/features/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ var (
1111
AddonAutoUpgrade = registerFeature("Addon auto upgrade", "RHACS_ADDON_AUTO_UPGRADE", true)
1212

1313
// ClusterMigration enables the feature to migrate a tenant to another cluster
14-
ClusterMigration = registerFeature("Cluster migraiton", "RHACS_CLUSTER_MIGRATION", false)
14+
ClusterMigration = registerFeature("Cluster migraiton", "RHACS_CLUSTER_MIGRATION", true)
1515
)

0 commit comments

Comments
 (0)