operator-controller icon indicating copy to clipboard operation
operator-controller copied to clipboard

Support opt-in of orphaning on delete

Open varshaprasad96 opened this issue 1 year ago • 0 comments

This is issue is to allow the bundle resources remain in cluster, intentionally when the respective owner API is set of deletion.

With respect to Extension API, that uses App CR under the hood - this is possible by setting noopDelete: true in the spec of App CR while creation. (ref: https://carvel.dev/kapp-controller/docs/v0.50.x/app-spec/)

varshaprasad96 avatar Mar 28 '24 17:03 varshaprasad96