blumeops/docs/reference/services/argocd.md
Erich Blume 2b408cd305 Add reference/tools/ category with Dagger, ArgoCD CLI, Ansible, and Pulumi cards
Create a dedicated tools section in reference docs. Move ansible/roles.md
to tools/ansible.md (broadened with CLI patterns), add new cards for Dagger,
ArgoCD CLI, and Pulumi. Update existing docs to reflect Dagger build process
and fix all [[roles]] wiki-links to [[ansible]].

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 19:15:58 -08:00

39 lines
926 B
Markdown

---
title: ArgoCD
modified: 2026-02-07
tags:
- service
- gitops
---
# ArgoCD
GitOps continuous delivery platform for the [[cluster|Kubernetes cluster]].
## Quick Reference
| Property | Value |
|----------|-------|
| **URL** | https://argocd.ops.eblu.me |
| **Tailscale URL** | https://argocd.tail8d86e.ts.net |
| **Namespace** | `argocd` |
| **Git Source** | `ssh://forgejo@indri.tail8d86e.ts.net:2200/eblume/blumeops.git` |
| **Manifests Path** | `argocd/` |
## Sync Policy
| Application | Sync Policy | Rationale |
|-------------|-------------|-----------|
| `apps` | Automated | Picks up new Application manifests |
| All workloads | Manual | Explicit control over deployments |
## Credentials
- Admin password: 1Password (blumeops vault)
- Git deploy key (SSH): 1Password
## Related
- [[argocd-cli]] - CLI usage and deployment workflows
- [[apps|Apps]] - Full application registry
- [[forgejo]] - Git source