Skip to content

Commit

Permalink
Release leadership on SIGTERM
Browse files Browse the repository at this point in the history
  • Loading branch information
jsafrane committed Jan 5, 2024
1 parent 5103a6a commit c54e150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/operator/starter.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ func RunOperator(ctx context.Context, controllerConfig *controllercmd.Controller

<-ctx.Done()

return fmt.Errorf("stopped")
return nil
}

type assetWithReplacement []string
Expand Down

0 comments on commit c54e150

Please sign in to comment.