Skip to content

Commit

Permalink
Merge pull request #41825 from janetkuo/automated-cherry-pick-of-#416…
Browse files Browse the repository at this point in the history
…58-upstream-release-1.5

Automatic merge from submit-queue

Automated cherry pick of #41658 upstream release 1.5

Automated cherry pick of #41658 upstream release 1.5

@soltysh @mwielgus
  • Loading branch information
Kubernetes Submit Queue committed Feb 22, 2017
2 parents 87b9e9e + 0fbebfb commit 307530b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/cronjob/controller.go
Expand Up @@ -152,6 +152,7 @@ func SyncOne(sj batch.CronJob, js []batch.Job, now time.Time, jc jobControlInter
updatedSJ, err := sjc.UpdateStatus(&sj)
if err != nil {
glog.Errorf("Unable to update status for %s (rv = %s): %v", nameForLog, sj.ResourceVersion, err)
return
}
sj = *updatedSJ

Expand Down

0 comments on commit 307530b

Please sign in to comment.