CCI-MOC / xdmod-cntr

A project to prototype the use of XDMOD with OpenStack and OpenShift on the MOC
1 stars 5 forks source link

Correct validation errors in CronJobs #91

Closed larsks closed 1 year ago

larsks commented 1 year ago

The backoffLimit field was in the wrong place on both of the recently added CronJob resources. This commit corrects than manifests to use CronJob.spec.jobTemplate.spec.backoffLimit.

Closes: #90