cloud-operators icon indicating copy to clipboard operation
cloud-operators copied to clipboard

Provide a mode where the operator can provision a service but will not delete the service with the CR is deleted

Open seansund opened this issue 5 years ago • 1 comments

Currently, when a Service CR is created the operator will provision the service in the account and when that Service CR is deleted the operator will delete the service. In many environments, this is not desired as deleting a namespace or an application deployment will cause the resource (e.g. a database) to be deleted.

It would be helpful if there were a way (perhaps through an annotation) to tell the operator not to delete the resource when the CR is deleted.

seansund avatar Aug 20 '20 15:08 seansund

Would be very good to see this capability. Any time horizon for this to be considered?

jb-dk avatar Jan 31 '21 12:01 jb-dk