Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
seansund opened this issue Aug 20, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@seansund
Copy link
Member

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.

@JohnStarich JohnStarich added the enhancement New feature or request label Aug 21, 2020
@jb-dk
Copy link

jb-dk commented Jan 31, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants