docs/spec/v2beta2: add README

Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
Hidde Beydals 2023-12-07 10:54:54 +01:00
parent 0075f20efb
commit 015eba09ed
No known key found for this signature in database
GPG Key ID: 979F380FC2341744
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# helm.toolkit.fluxcd.io/v2beta2
This is the v2beta2 API specification for declaratively managing Helm chart
releases with Kubernetes manifests.
## Specification
- [HelmRelease CRD](helmreleases.md)
+ [Example](helmreleases.md#example)
+ [Writing a HelmRelease spec](helmreleases.md#writing-a-helmrelease-spec)
+ [Working with HelmReleases](helmreleases.md#working-with-helmreleases)
+ [HelmRelease Status](helmreleases.md#helmrelease-status)
## Implementation
* [helm-controller](https://github.com/fluxcd/helm-controller/)