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

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

Crossplane configuration for flux Helm chart
https://github.com/hops-ops/helm-flux

crossplane crossplane-configuration crossplane-configurations crossplane-xrd flux helm kubernetes xrd

Last synced: 4 months ago
JSON representation

Crossplane configuration for flux Helm chart

Awesome Lists containing this project

README

          

# helm-flux

Installs the Flux2 Helm chart with a minimal, stable interface.

## Quick Start

```yaml
apiVersion: helm.hops.ops.com.ai/v1alpha1
kind: Flux
metadata:
name: flux
spec:
clusterName: my-cluster
```

## Development

```bash
make render
make validate
make test
```