diff --git a/playbooks/openshift-apps/greenwave.yml b/playbooks/openshift-apps/greenwave.yml index 9ddc6829e2..1ca2a0b6ba 100644 --- a/playbooks/openshift-apps/greenwave.yml +++ b/playbooks/openshift-apps/greenwave.yml @@ -11,7 +11,12 @@ roles: # The openshift/project role breaks if the project already exists: # https://pagure.io/fedora-infrastructure/issue/6404 - #- { role: openshift/project, app: greenwave, description: greenwave, fas_owner: codeblock } + - role: openshift/project + app: greenwave + description: greenwave + appowners: + - mjia + - dcallagh - { role: openshift/object, app: greenwave, file: imagestream.yml } - { role: openshift/object, app: greenwave, template: buildconfig.yml } - { role: openshift/start-build, app: greenwave, name: greenwave-docker-build }