Skip to content

Commit b1be674

Browse files
Update jira component to 'HPCASE / TLS Adherence'
1 parent 69cff91 commit b1be674

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

features/features.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -817,13 +817,13 @@ var (
817817
mustRegister()
818818

819819
FeatureGateAWSServiceLBNetworkSecurityGroup = newFeatureGate("AWSServiceLBNetworkSecurityGroup").
820-
reportProblemsToJiraComponent("Cloud Compute / Cloud Controller Manager").
821-
contactPerson("mtulio").
822-
productScope(ocpSpecific).
823-
enhancementPR("https://github.com/openshift/enhancements/pull/1802").
824-
enable(inClusterProfile(SelfManaged), inDefault(), inOKD(), inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
825-
enable(inClusterProfile(Hypershift), inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
826-
mustRegister()
820+
reportProblemsToJiraComponent("Cloud Compute / Cloud Controller Manager").
821+
contactPerson("mtulio").
822+
productScope(ocpSpecific).
823+
enhancementPR("https://github.com/openshift/enhancements/pull/1802").
824+
enable(inClusterProfile(SelfManaged), inDefault(), inOKD(), inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
825+
enable(inClusterProfile(Hypershift), inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
826+
mustRegister()
827827

828828
FeatureGateNoRegistryClusterInstall = newFeatureGate("NoRegistryClusterInstall").
829829
reportProblemsToJiraComponent("Installer / Agent based installation").
@@ -1006,7 +1006,7 @@ var (
10061006
mustRegister()
10071007

10081008
FeatureGateTLSAdherence = newFeatureGate("TLSAdherence").
1009-
reportProblemsToJiraComponent("kube-apiserver").
1009+
reportProblemsToJiraComponent("HPCASE / TLS Adherence").
10101010
contactPerson("joelanford").
10111011
productScope(ocpSpecific).
10121012
enhancementPR("https://github.com/openshift/enhancements/pull/1910").

0 commit comments

Comments
 (0)