An open API service indexing awesome lists of open source software.

https://github.com/hops-ops/helm-argocd


https://github.com/hops-ops/helm-argocd

Last synced: 5 months ago
JSON representation

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
```