Skip to content

Commit f6e58ba

Browse files
committed
properly format OCPBUGS link
1 parent 296adfc commit f6e58ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/investigations/insightsoperatordown/insightsoperatordown.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func (c *Investigation) Run(r *investigation.Resources) (investigation.Investiga
6161
co := coList.Items[0]
6262

6363
if isOCPBUG22226(&co) {
64-
notes.AppendWarning("Found symptom of OCPBUG22226. Try deleting the insights operator pod to remediate.\n$ oc -n openshift-insights delete pods -l app=insights-operator --wait=false")
64+
notes.AppendWarning("Found symptom of OCPBUGS-22226. Try deleting the insights operator pod to remediate.\n$ oc -n openshift-insights delete pods -l app=insights-operator --wait=false")
6565
return result, r.PdClient.EscalateIncidentWithNote(notes.String())
6666
} else {
6767
notes.AppendSuccess("Ruled out OCPBUGS-22226")

pkg/investigations/insightsoperatordown/testing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Testing InsightsOperatorDownSRE
22

3-
# OCPBUGS-22222
3+
# OCPBUGS-22226
44

55
We can induce the symptom of `Failed to pull SCA certs` on a stage cluster by blocking `https://api.stage.openshift.com`
66
The provided script creates a Rule Group and associates it with your clusters VPC.

0 commit comments

Comments
 (0)