name: Clean up remaining resources
k8s:
figure: this
stuff: out
Why?
The shell commands that run during the finalizer fail when things are missing, which causes the finalizer to fail, which results in other resources not being cleaned up
We use the k8s module for most changes to ocp resources and want to be consistent
Stop doing this:
Do it like this:
Why?