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 c8858d6 + 7d3ad5f commit 47a8a8eCopy full SHA for 47a8a8e
pkg/investigations/cannotretrieveupdatessre/cannotretrieveupdatessre.go
@@ -20,7 +20,7 @@ type Investigation struct{}
20
// Run executes the investigation for the CannotRetrieveUpdatesSRE alert
21
func (c *Investigation) Run(rb investigation.ResourceBuilder) (investigation.InvestigationResult, error) {
22
result := investigation.InvestigationResult{}
23
- r, err := rb.WithAwsClient().Build()
+ r, err := rb.WithAwsClient().WithClusterDeployment().Build()
24
if err != nil {
25
return result, err
26
}
0 commit comments