Skip to content

Commit 47b1d07

Browse files
committed
featuregate for catalogd metas web api
Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
1 parent b8a067b commit 47b1d07

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

features/features.go

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

525+
FeatureGateNewOLMCatalogdMetas = newFeatureGate("NewOLMCatalogdMetas").
526+
reportProblemsToJiraComponent("olm").
527+
contactPerson("jordank").
528+
productScope(ocpSpecific).
529+
enhancementPR(legacyFeatureGateWithoutEnhancement).
530+
enableForClusterProfile(SelfManaged, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
531+
mustRegister()
532+
525533
FeatureGateInsightsOnDemandDataGather = newFeatureGate("InsightsOnDemandDataGather").
526534
reportProblemsToJiraComponent("insights").
527535
contactPerson("tremes").

0 commit comments

Comments
 (0)