Uninstalling CloudBees CI on modern cloud platforms from OpenShift

1 minute read

If you need to remove CloudBees CI from OpenShift, use the following steps:

  1. Delete CloudBees CI.

    helm delete cloudbees-core
  2. Delete the remaining volumes.

    oc delete pvc -l type=cjoc oc delete pvc -l type=controller