advancedCI/CD & GitOps: Jenkins, GitHub Actions & ArgoCD
What does ArgoCD's prune option control?
prune: true causes ArgoCD to delete Kubernetes resources that exist in the cluster but no longer appear in Git. Without it, removed resources persist indefinitely, diverging cluster from Git state.
Ready to master this question?
Generate a complete walkthrough — background, the full answer in plain language, a working code example explained line by line, a real-world scenario, common mistakes, and how this same question gets asked in different ways.
Sign in to generate a response