Skip to content

Commit

Permalink
v1.5.5
Browse files Browse the repository at this point in the history
Signed-off-by: Sébastien Chabrolles <s.chabrolles@fr.ibm.com>
  • Loading branch information
schabrolles committed Jun 9, 2024
1 parent 2fd73bc commit 96c8468
Showing 1 changed file with 30 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,36 @@ spec:
--cpd_operator_ns=$(params.PROJECT_CPD_INST_OPERANDS) \
--delete_all_components=true
oc delete crd analyticsengines.ae.cpd.ibm.com --ignore-not-found=true
oc delete crd ccs.ccs.cpd.ibm.com --ignore-not-found=true
oc delete crd datarefinery.datarefinery.cpd.ibm.com --ignore-not-found=true
oc delete crd db2oltpservices.databases.cpd.ibm.com --ignore-not-found=true
oc delete crd db2whservices.databases.cpd.ibm.com --ignore-not-found=true
oc delete crd dods.dods.cpd.ibm.com --ignore-not-found=true
oc delete crd ibmcpds.cpd.ibm.com --ignore-not-found=true
oc delete crd notebookruntimes.ws.cpd.ibm.com --ignore-not-found=true
oc delete crd rstudioaddons.rstudio.cpd.ibm.com --ignore-not-found=true
oc delete crd wmlbases.wml.cpd.ibm.com --ignore-not-found=true
oc delete crd ws.ws.cpd.ibm.com --ignore-not-found=true
oc delete crd zenextensions.zen.cpd.ibm.com --ignore-not-found=true
oc delete crd zenservices.zen.cpd.ibm.com --ignore-not-found=true
oc delete crd scheduling.scheduler.spectrumcomputing.ibm.com --ignore-not-found=true
oc delete crd mcschedulings.scheduler.spectrumcomputing.ibm.com --ignore-not-found=true
oc delete crd analyticsengines.ae.cpd.ibm.com \
--ignore-not-found=true
oc delete crd ccs.ccs.cpd.ibm.com \
--ignore-not-found=true
oc delete crd datarefinery.datarefinery.cpd.ibm.com \
--ignore-not-found=true
oc delete crd db2oltpservices.databases.cpd.ibm.com \
--ignore-not-found=true
oc delete crd db2whservices.databases.cpd.ibm.com \
--ignore-not-found=true
oc delete crd dods.dods.cpd.ibm.com \
--ignore-not-found=true
oc delete crd ibmcpds.cpd.ibm.com \
--ignore-not-found=true
oc delete crd notebookruntimes.ws.cpd.ibm.com \
--ignore-not-found=true
oc delete crd rstudioaddons.rstudio.cpd.ibm.com \
--ignore-not-found=true
oc delete crd wmlbases.wml.cpd.ibm.com \
--ignore-not-found=true
oc delete crd ws.ws.cpd.ibm.com \
--ignore-not-found=true
oc delete crd zenextensions.zen.cpd.ibm.com \
--ignore-not-found=true
oc delete crd zenservices.zen.cpd.ibm.com \
--ignore-not-found=true
oc delete crd scheduling.scheduler.spectrumcomputing.ibm.com \
--ignore-not-found=true
oc delete crd mcschedulings.scheduler.spectrumcomputing.ibm.com \
--ignore-not-found=true
- name: CP-INSTALL-OPTIONS
value: cpd-install-install-option
runAfter:
Expand Down

0 comments on commit 96c8468

Please sign in to comment.