From e0cb3d57749659373578bfcb381a7d8773204108 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 5 Dec 2019 17:09:14 +0100 Subject: [PATCH] distgit_bz: name cannot contain _, so let's go with - Signed-off-by: Pierre-Yves Chibon --- playbooks/openshift-apps/distgit_bugzilla_sync.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/playbooks/openshift-apps/distgit_bugzilla_sync.yml b/playbooks/openshift-apps/distgit_bugzilla_sync.yml index e1dfd558da..29c92a9686 100644 --- a/playbooks/openshift-apps/distgit_bugzilla_sync.yml +++ b/playbooks/openshift-apps/distgit_bugzilla_sync.yml @@ -10,39 +10,39 @@ roles: - role: openshift/project - app: distgit_bugzilla_sync + app: distgit-bugzilla-sync description: Cron job syncing to bugzilla the default assignee and CC list set in dist-git appowners: - cverna - pingou - role: openshift/object - app: distgit_bugzilla_sync + app: distgit-bugzilla-sync template: imagestream.yml objectname: imagestream.yml - role: openshift/object - app: distgit_bugzilla_sync + app: distgit-bugzilla-sync template: buildconfig.yml objectname: buildconfig.yml - role: openshift/object - app: distgit_bugzilla_sync + app: distgit-bugzilla-sync template: configmap.yml objectname: configmap.yml - role: openshift/object - app: distgit_bugzilla_sync + app: distgit-bugzilla-sync file: cron.yml objectname: cron.yml tags: - cron-job - role: openshift/start-build - app: distgit_bugzilla_sync + app: distgit-bugzilla-sync buildname: mdapi-build objectname: mdapi-build - role: openshift/rollout - app: distgit_bugzilla_sync + app: distgit-bugzilla-sync dcname: distgit_bugzilla_sync