cloud-operators
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
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.
Would be very good to see this capability. Any time horizon for this to be considered?