Skip to content

Commit 8e9a684

Browse files
committed
Add FeatureGate: ConfigurablePKI
1 parent 42e8320 commit 8e9a684

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
@@ -931,4 +931,12 @@ var (
931931
enhancementPR("https://github.com/openshift/enhancements/pull/1803").
932932
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
933933
mustRegister()
934+
935+
FeatureGateConfigurablePKI = newFeatureGate("ConfigurablePKI").
936+
reportProblemsToJiraComponent("kube-apiserver").
937+
contactPerson("sanchezl").
938+
productScope(ocpSpecific).
939+
enhancementPR("https://github.com/openshift/enhancements/pull/1882").
940+
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
941+
mustRegister()
934942
)

0 commit comments

Comments
 (0)