uselagoon / remote-controller

A group of controllers for handling Lagoon builds and tasks in Kubernetes or Openshift
5 stars 1 forks source link

delete jobs in the namespace too to prevent hold ups #143

Closed shreddedbacon closed 2 years ago

shreddedbacon commented 2 years ago

Checklist

When volumes are deleted, but there is a Job that had mounted it, the namespace is never deleted due to the Job holding the volume. This adds a step to clean up potential Jobs that may be holding a volume.

Closing issues

closes #139