You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
When spec.template.syncPolicy.automated.prune is set to false, and I delete an element from the list generator, the applicationset will proceed to a) delete the application and b) delete the children resources.
Is this behavior the expected one? If yes then what's the point of setting spec.template.syncPolicy.automated.prune to false and from which cases does it protect from pruning?
My goal is to have save the applications from being deleted (and their resources of course), in case of human error if someone messes up with the list generator.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When spec.template.syncPolicy.automated.prune is set to false, and I delete an element from the list generator, the applicationset will proceed to a) delete the application and b) delete the children resources.
Is this behavior the expected one? If yes then what's the point of setting spec.template.syncPolicy.automated.prune to false and from which cases does it protect from pruning?
My goal is to have save the applications from being deleted (and their resources of course), in case of human error if someone messes up with the list generator.
The text was updated successfully, but these errors were encountered: