Skip to content
- Merge to a development branch/environment.
- Validate health, metrics, and logs.
- Promote via pull request to staging/production.
- Argo CD reconciles destination environments.
main for production-ready manifests.
- Environment overlays for non-prod and prod differences.
- PR-based promotion so changes are auditable.
- Revert the Git commit that introduced the issue.
- Let Argo CD reconcile back to the last known good state.
- Validate SLOs before resuming normal promotion cadence.
- Enable
prune and selfHeal only where your team is ready for strict reconciliation.
- Use manual sync in high-risk namespaces if needed.
- Track sync failures with alerting so reconciliation issues are visible quickly.