## Summary - Create `docs/reference/tools/` with four reference cards: Dagger (build engine), ArgoCD CLI (deployment workflows), Ansible (config management), and Pulumi (DNS/Tailscale IaC) - Move `ansible/roles.md` → `tools/ansible.md`, broadened with CLI patterns and dry-run usage - Update `reference.md` index: add "Tools" section, remove old "Ansible" section - Update `update-documentation.md` to reflect Dagger build process (workflow steps, manual build recipe, runner environment) - Update `adopt-dagger-ci.md` plan to note how-to articles were handled via reference card + existing how-to updates - Fix all broken `[[roles]]` wiki-links across 5 files → `[[ansible]]` ## Verification - `docs-check-links` ✓ — no broken wiki-links - `docs-check-index` ✓ — all docs referenced in category index - `docs-check-filenames` ✓ — no duplicate filenames - All pre-commit hooks pass Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/178
39 lines
926 B
Markdown
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
|