openscanhub: add a role to delete the project
Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
parent
c43923ec05
commit
589ad47195
1 changed files with 7 additions and 0 deletions
|
@ -65,3 +65,10 @@
|
||||||
file: openscanhub-service-fedora-osh-hub.yml
|
file: openscanhub-service-fedora-osh-hub.yml
|
||||||
objectname: openscanhub-service-fedora-osh-hub
|
objectname: openscanhub-service-fedora-osh-hub
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
# sudo rbac-playbook -l staging -t delete openshift-apps/openscanhub.yml
|
||||||
|
- role: openshift/object-delete
|
||||||
|
app: openscanhub
|
||||||
|
objecttype: project
|
||||||
|
objectname: openscanhub
|
||||||
|
tags: [never, delete]
|
||||||
|
when: env == "staging"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue