Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
evenh committed Nov 18, 2024
1 parent 80fb90d commit 639e501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resourcegenerator/job/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func getCronJobSpec(logger *log.Logger, skipJob *skiperatorv1alpha1.SKIPJob, sel
ObjectMeta: metav1.ObjectMeta{
Labels: skipJob.GetDefaultLabels(),
},
Spec: getJobSpec(nil, skipJob, selector, podLabels, gcpIdentityConfigMap),
Spec: getJobSpec(logger, skipJob, selector, podLabels, gcpIdentityConfigMap),
},
SuccessfulJobsHistoryLimit: util.PointTo(int32(3)),
FailedJobsHistoryLimit: util.PointTo(int32(1)),
Expand Down

0 comments on commit 639e501

Please sign in to comment.