external-secrets/kubernetes-external-secrets

"no prune" option to keep generated Secret

artem-nefedov opened this issue · 2 comments

is there an option to not delete generated Secret when ExternalSecret object is deleted? If not, consider this a feature request (e.g. prune: false).

My case is: I need to first bootstrap .dockerconfigjson secret to initially download images for gitops controller and external-secrets, because all images must be downloaded from the private registry for compliance. Afterwards, I want to create ExternalSecret object for the same Secret that I bootstrapped before to keep in up-to-date in case it changes in the source (this, and everything else is installed by gitops controller). However, I also want to be able to delete everything gitops installed and re-install it afterwards without having to re-bootstrap the image pull secret. The option to keep the Secret object would help.

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days.

This issue was closed because it has been stalled for 30 days with no activity.