We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21a6e3 commit 80a5caeCopy full SHA for 80a5cae
pkg/features/list.go
@@ -11,5 +11,5 @@ var (
11
AddonAutoUpgrade = registerFeature("Addon auto upgrade", "RHACS_ADDON_AUTO_UPGRADE", true)
12
13
// ClusterMigration enables the feature to migrate a tenant to another cluster
14
- ClusterMigration = registerFeature("Cluster migraiton", "RHACS_CLUSTER_MIGRATION", false)
+ ClusterMigration = registerFeature("Cluster migraiton", "RHACS_CLUSTER_MIGRATION", true)
15
)
0 commit comments