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 c7fbd08 commit f115b1eCopy full SHA for f115b1e
features/features.go
@@ -840,7 +840,7 @@ var (
840
contactPerson("andfasano").
841
productScope(ocpSpecific).
842
enhancementPR("https://github.com/openshift/enhancements/pull/1821").
843
- enableForClusterProfile(SelfManaged, configv1.DevPreviewNoUpgrade).
+ enableForClusterProfile(SelfManaged, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
844
mustRegister()
845
846
FeatureGateGCPClusterHostedDNSInstall = newFeatureGate("GCPClusterHostedDNSInstall").
0 commit comments