From 252ecf046ba6a6a0a7e7259dee5567cd2695972b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 5 Dec 2019 21:07:44 +0100 Subject: [PATCH] distgit-bz: fix the name of the cron job in openshift Signed-off-by: Pierre-Yves Chibon --- playbooks/openshift-apps/distgit_bugzilla_sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/openshift-apps/distgit_bugzilla_sync.yml b/playbooks/openshift-apps/distgit_bugzilla_sync.yml index 64f39c7bec..a38f097c2f 100644 --- a/playbooks/openshift-apps/distgit_bugzilla_sync.yml +++ b/playbooks/openshift-apps/distgit_bugzilla_sync.yml @@ -33,8 +33,8 @@ - role: openshift/object-delete app: distgit-bugzilla-sync - objecttype: cronjob - objectname: cron.yml + objecttype: CronJob + objectname: distgit-bugzilla-sync tags: - cron-job - delete