Skip to content

Commit

Permalink
Remove error
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich committed Sep 1, 2020
1 parent 6885598 commit 7e3bbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/webhook/v1beta1/pod/inject_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func (s *sidecarInjector) MutationRequired(pod *v1.Pod, ns string) (bool, error)
// Try to get Katib job kind and job name from mutating pod
jobKind, jobName, err := s.getKatibJob(object, ns)
if err != nil {
return false, err
return false, nil
}

trial := &trialsv1beta1.Trial{}
Expand Down

0 comments on commit 7e3bbbf

Please sign in to comment.