@@ -522,13 +522,13 @@ var (
522
522
enableForClusterProfile (SelfManaged , configv1 .DevPreviewNoUpgrade , configv1 .TechPreviewNoUpgrade , configv1 .Default ).
523
523
mustRegister ()
524
524
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 ()
532
532
533
533
FeatureGateInsightsOnDemandDataGather = newFeatureGate ("InsightsOnDemandDataGather" ).
534
534
reportProblemsToJiraComponent ("insights" ).
@@ -743,7 +743,6 @@ var (
743
743
enableIn (configv1 .DevPreviewNoUpgrade ).
744
744
mustRegister ()
745
745
746
-
747
746
FeatureGateGCPCustomAPIEndpoints = newFeatureGate ("GCPCustomAPIEndpoints" ).
748
747
reportProblemsToJiraComponent ("Installer" ).
749
748
contactPerson ("barbacbd" ).
0 commit comments