argoproj/argo-cd
Features
Cross-cutting capabilities that are not localized to a single binary. Each page traces the relevant code paths across controller/, server/, reposerver/, and applicationset/.
| Page | What it covers |
|---|---|
| GitOps sync | The end-to-end sync pipeline: refresh, comparison, hooks, retries, self-heal. |
| Sources and tooling | How Argo CD renders manifests from Git, Helm, Kustomize, OCI, and Config Management Plugins. |
| ApplicationSets | Generators, templates, progressive rollouts. |
| SSO and RBAC | OIDC via Dex, Casbin RBAC policy, project roles, JWT tokens. |
| Notifications | Trigger evaluation, templates, delivery services, self-service subscriptions. |
| Manifest hydrator | Render-and-commit pipeline using the commit server. |
| Web UI | The React/TypeScript single-page app and how it talks to the API server. |
Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.