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
- Host: GitHub
- URL: https://github.com/hops-ops/helm-flux
- Owner: hops-ops
- Created: 2026-01-13T07:44:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-14T14:40:46.000Z (5 months ago)
- Last Synced: 2026-01-18T08:29:25.031Z (5 months ago)
- Topics: crossplane, crossplane-configuration, crossplane-configurations, crossplane-xrd, flux, helm, kubernetes, xrd
- Language: Makefile
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```