Skip to content

Commit

Permalink
fix objectsearch bug of joint delete
Browse files Browse the repository at this point in the history
Signed-off-by: ming.tang <[email protected]>
  • Loading branch information
tangming1996 committed Sep 12, 2024
1 parent 2ecc30d commit c19e6c9
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 c19e6c9

Please sign in to comment.