Skip to content

Commit

Permalink
Merge pull request #1050 from Hungrylion2019/deployment-checker
Browse files Browse the repository at this point in the history
add service.go 'return' when service is nil
  • Loading branch information
Eric Greer committed Mar 22, 2022
2 parents 2e013ac + 83b43e3 commit 4b49980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/deployment-check/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ func createService(ctx context.Context, serviceConfig *corev1.Service) chan Serv
log.Errorln("Failed to create a service in the cluster: %w", err)
result.Err = err
createChan <- result
return
}

for {
Expand Down

0 comments on commit 4b49980

Please sign in to comment.