FPDC: add role to delete the project if wanted
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
5604a71f98
commit
a164b03672
1 changed files with 10 additions and 0 deletions
|
@ -50,3 +50,13 @@
|
|||
app: fpdc
|
||||
file: deploymentconfig.yml
|
||||
objectname: deploymentconfig.yml
|
||||
|
||||
###############################################
|
||||
# actions to delete the project from OpenShift
|
||||
###############################################
|
||||
# to run: sudo rbac-playbook -l staging -t delete openshift-apps/fpdc.yml
|
||||
- role: openshift/object-delete
|
||||
app: fpdc
|
||||
objecttype: project
|
||||
objectname: fpdc
|
||||
tags: [ never, delete ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue