https://github.com/hops-ops/helm-argocd
https://github.com/hops-ops/helm-argocd
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hops-ops/helm-argocd
- Owner: hops-ops
- Created: 2026-01-13T07:42:44.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-13T16:34:42.000Z (5 months ago)
- Last Synced: 2026-01-13T18:40:45.818Z (5 months ago)
- Language: Makefile
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helm-argocd
A Crossplane Configuration package that installs the Argo CD Helm chart with a minimal, stable interface.
## Quick Start
```yaml
apiVersion: pkg.crossplane.io/v1
kind: Configuration
metadata:
name: helm-argocd
spec:
package: ghcr.io/hops-ops/helm-argocd:latest
```
```yaml
apiVersion: helm.hops.ops.com.ai/v1alpha1
kind: ArgoCD
metadata:
name: argocd
namespace: example-env
spec:
clusterName: example-cluster
```
## Development
```bash
make render
make validate
make test
```