Skip to content

Commit

Permalink
minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deefreak committed Feb 8, 2024
1 parent 6584015 commit 9ccf6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reco/reco.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func init() {
var unableToRecommendError = errors.New("Unable to generate recommendation without any breaches.")

const (
ScaledObjectField = "spec.scaleTargetRef.name"
ScaledObjectField = ".spec.scaleTargetRef.name"
OttoscalrMaxPodAnnotation = "ottoscalr.io/max-pods"
)

Expand Down

0 comments on commit 9ccf6f6

Please sign in to comment.