Skip to content

Commit

Permalink
fix objectsearch bug of joint delete
Browse files Browse the repository at this point in the history
  • Loading branch information
tangming1996 committed Sep 12, 2024
1 parent 2ecc30d commit ad3d694
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const (
)

// Kind contains the schema.GroupVersionKind for this controller type.
var Kind = sednav1.SchemeGroupVersion.WithKind(Name)
var Kind = sednav1.SchemeGroupVersion.WithKind(KindName)

// Controller ensures that all ObjectSearchService objects
// have corresponding pods to run their configured workload.
Expand Down

0 comments on commit ad3d694

Please sign in to comment.