Skip to content

Commit 94136ee

Browse files
committed
Add FeatureGate: ConfigurablePKI
1 parent 1b67472 commit 94136ee

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
@@ -900,4 +900,12 @@ var (
900900
enhancementPR("https://github.com/openshift/enhancements/pull/1874").
901901
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
902902
mustRegister()
903+
904+
FeatureGateConfigurablePKI = newFeatureGate("ConfigurablePKI").
905+
reportProblemsToJiraComponent("kube-apiserver").
906+
contactPerson("sanchezl").
907+
productScope(ocpSpecific).
908+
enhancementPR("https://github.com/openshift/enhancements/pull/1869").
909+
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
910+
mustRegister()
903911
)

0 commit comments

Comments
 (0)