Skip to content

Fix DB refresh being a CronJob instead of a Job

David Hoese requested to merge bugfix-job-not-cronjob into master

Forgot to change CronJob to Job when I copied/pasted the definition. Not sure why none of the linting can catch this type of stuff.

Merge request reports