Notes

prune: true

Purpose: When enabled, ArgoCD will automatically delete (prune) any Kubernetes resources that were removed from your Git repository.

selfHeal: true

Purpose: When enabled, ArgoCD will automatically revert any manual changes made directly in the Kubernetes cluster (drift correction).

Last updated