diff options
| -rw-r--r-- | f3s/argocd-apps/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/f3s/argocd-apps/README.md b/f3s/argocd-apps/README.md index e12bacc..c5470b0 100644 --- a/f3s/argocd-apps/README.md +++ b/f3s/argocd-apps/README.md @@ -126,7 +126,7 @@ All applications use automated sync with: - **prune: true** - Resources removed from Git are deleted from the cluster - **selfHeal: true** - Manual changes in the cluster are automatically reverted to match Git -Exception: **prometheus** has `prune: false` for safety due to its complexity. +All applications use `prune: true`. ## Complex Applications |
