Handle resource removal #51
eliecharra
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Spacelift resources created through the operator are currently not removed when you remove them from the cluster.
This breaks a bit the purpose of the operator and leads to the generation of orphaned resources.
We can implement finalizers on resources, and hook into the deletion process to remove them from Spacelift when they are removed from the cluster.
Open question
If we allow management of existing resources with the operator, should we also remove those on Spacelift?
Beta Was this translation helpful? Give feedback.
All reactions