Skip to content

Commit

Permalink
fix: Add missing backend from analysis request. (#89)
Browse files Browse the repository at this point in the history
Signed-off-by: Aris Boutselis <aris.boutselis@senseon.io>
Co-authored-by: Alex Jones <alexsimonjones@gmail.com>
  • Loading branch information
Aris Boutselis and AlexsJones committed May 12, 2023
1 parent d136a6c commit a829a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func (c *Client) ProcessAnalysis(deployment v1.Deployment, config *v1alpha1.K8sG
req := &schemav1.AnalyzeRequest{
Explain: config.Spec.EnableAI,
Nocache: config.Spec.NoCache,
Backend: config.Spec.Backend,
}

res, err := client.Analyze(context.Background(), req)
Expand Down

0 comments on commit a829a0a

Please sign in to comment.