docs/spec/v2beta2: add README
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
parent
0075f20efb
commit
015eba09ed
|
|
@ -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/)
|
||||||
Loading…
Reference in New Issue