applicationset icon indicating copy to clipboard operation
applicationset copied to clipboard

Behavior of spec.template.syncPolicy.automated.prune is not expected.

Open gpanagiotidis opened this issue 2 years ago • 0 comments

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.

gpanagiotidis avatar Apr 28 '22 09:04 gpanagiotidis