diff --git a/roles/openshift-apps/kanban/templates/cron.yml b/roles/openshift-apps/kanban/templates/cron.yml index ecb43c6cfe..17658b59db 100644 --- a/roles/openshift-apps/kanban/templates/cron.yml +++ b/roles/openshift-apps/kanban/templates/cron.yml @@ -3,7 +3,7 @@ apiVersion: batch/v1 kind: CronJob metadata: - name: sync_issues + name: syncissues spec: successfulJobsHistoryLimit: 3 failedJobsHistoryLimit: 1 @@ -34,7 +34,7 @@ spec: apiVersion: batch/v1 kind: CronJob metadata: - name: sync_prs + name: syncprs spec: successfulJobsHistoryLimit: 3 failedJobsHistoryLimit: 1