Skip to content

Commit

Permalink
Ensure that recommendation is not nil
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmoisey committed Dec 11, 2024
1 parent 3ea36d2 commit 59236c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (p *sequentialRecommendationProcessor) Apply(
return nil, nil, nil
}

var recommendation *vpa_types.RecommendedPodResources
recommendation := vpa.Status.Recommendation

accumulatedContainerToAnnotationsMap := ContainerToAnnotationsMap{}

Expand Down

0 comments on commit 59236c9

Please sign in to comment.