We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe1a8e8 + 2e30224 commit 62aca9cCopy full SHA for 62aca9c
pkg/investigations/cpd/cpd.go
@@ -29,7 +29,7 @@ var byovpcRoutingSL = &ocm.ServiceLog{Severity: "Major", Summary: "Installation
29
// In the future, we want to automate service logs based on the network verifier output.
30
func (c *Investigation) Run(rb investigation.ResourceBuilder) (investigation.InvestigationResult, error) {
31
result := investigation.InvestigationResult{}
32
- r, err := rb.Build()
+ r, err := rb.WithClusterDeployment().Build()
33
if err != nil {
34
return result, err
35
}
0 commit comments