bcbed693b17791f7d0f5cb22fcb0a5b2da2a0cb6
- Register detail view sections for Namespace and Deployment resource kinds - NamespaceArgoSection: shows ArgoCD apps whose spec.destination.namespace matches - DeploymentArgoBadge: shows ArgoCD app managing the deployment (via status.resources) - 9 unit tests for matching logic (appsForNamespace, appsForDeployment) - All checks pass: pnpm tsc, pnpm test (40/40), pnpm lint (0 errors) Co-Authored-By: Paperclip <noreply@paperclip.ing>
headlamp-argocd
A Headlamp plugin for ArgoCD visibility.
Monitors ArgoCD Applications, Rollouts, and health status. Read-only — no cluster write operations.
Installation
Install via Headlamp's built-in plugin installer (ArtifactHub):
# Install from Headlamp UI → Settings → Plugins → Add plugin
# Search for "argocd" or paste the ArtifactHub URL
Development
npm install
npm run build
npm test
Release
Releases are automated via the GitHub Actions release workflow:
gh workflow run Release --field version=0.1.0
License
Apache-2.0