-
Feature
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
False
-
-
False
-
-
*Requirement : *
Allow to define prune by default for manual sync of applications.
Customer would like to configure the Argo CD applications so that pruning is enabled by default, but without enabling automated syncing (syncPolicy.automated).
Every time when users trigger a manual sync (via UI, CLI, or API), pruning should be applied by default, without having to explicitly check the “Prune” option or pass --prune each time.
*Actual Behavior : *
Currently pruning implies automated sync:
spec:
syncPolicy:
automated:
prune: true
*Expected behavior : *
user should have option to define and enable prune by default for manual sync of applications.