external-secrets / kubernetes-external-secrets

Integrate external secret management systems with Kubernetes
MIT License
2.6k stars 404 forks source link

"no prune" option to keep generated Secret #847

Closed artem-nefedov closed 2 years ago

artem-nefedov commented 3 years ago

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.

github-actions[bot] commented 2 years ago

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.

github-actions[bot] commented 2 years ago

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