cdsap/Bagan

Job to kill helm releases

Closed this issue · 0 comments

cdsap commented

Related with #10
Once the pod is killed, the problem is how to remove the release with Helm.
With

helm del --purge $( kubectl get pods -l type=experiment -o custom-columns=:metadata.name)

we can remove the releases but I would need to automate the process once the pod is finished