Skip to content

Commit e8e096a

Browse files
Merge pull request #2214 from anik120/catalogd-featuregate-spelling-fix
Fix FeatureGateNewOLMCatalogdAPIV1Metas spelling error
2 parents 544b3ca + 275cd40 commit e8e096a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

features/features.go

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -522,13 +522,13 @@ var (
522522
enableForClusterProfile(SelfManaged, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade, configv1.Default).
523523
mustRegister()
524524

525-
FeatureGateNewOLMCatalogdMetas = newFeatureGate("NewOLMCatalogdAPIV1Metas").
526-
reportProblemsToJiraComponent("olm").
527-
contactPerson("jordank").
528-
productScope(ocpSpecific).
529-
enhancementPR("https://github.com/openshift/enhancements/pull/1749").
530-
enableForClusterProfile(SelfManaged, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
531-
mustRegister()
525+
FeatureGateNewOLMCatalogdAPIV1Metas = newFeatureGate("NewOLMCatalogdAPIV1Metas").
526+
reportProblemsToJiraComponent("olm").
527+
contactPerson("jordank").
528+
productScope(ocpSpecific).
529+
enhancementPR("https://github.com/openshift/enhancements/pull/1749").
530+
enableForClusterProfile(SelfManaged, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
531+
mustRegister()
532532

533533
FeatureGateInsightsOnDemandDataGather = newFeatureGate("InsightsOnDemandDataGather").
534534
reportProblemsToJiraComponent("insights").
@@ -743,7 +743,6 @@ var (
743743
enableIn(configv1.DevPreviewNoUpgrade).
744744
mustRegister()
745745

746-
747746
FeatureGateGCPCustomAPIEndpoints = newFeatureGate("GCPCustomAPIEndpoints").
748747
reportProblemsToJiraComponent("Installer").
749748
contactPerson("barbacbd").

0 commit comments

Comments
 (0)