Skip to content

Commit

Permalink
Add back newline
Browse files Browse the repository at this point in the history
  • Loading branch information
dippynark committed Dec 3, 2023
1 parent 3529110 commit dca33cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/webhook/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ func (s *DefaultServer) Start(ctx context.Context) error {
<-time.After(s.Options.ShutdownDelay)

log.Info("Shutting down webhook server with timeout of 1 minute")

ctx, cancel := context.WithTimeout(context.Background(), 1*time.Minute)
defer cancel()
if err := srv.Shutdown(ctx); err != nil {
Expand Down

0 comments on commit dca33cb

Please sign in to comment.