Skip to content

Commit 2e30224

Browse files
committed
fix regression in CPD investigation - clusterdeployment missing
1 parent fe1a8e8 commit 2e30224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/investigations/cpd/cpd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var byovpcRoutingSL = &ocm.ServiceLog{Severity: "Major", Summary: "Installation
2929
// In the future, we want to automate service logs based on the network verifier output.
3030
func (c *Investigation) Run(rb investigation.ResourceBuilder) (investigation.InvestigationResult, error) {
3131
result := investigation.InvestigationResult{}
32-
r, err := rb.Build()
32+
r, err := rb.WithClusterDeployment().Build()
3333
if err != nil {
3434
return result, err
3535
}

0 commit comments

Comments
 (0)