Skip to content

Commit

Permalink
docs/spec/v2beta2: add README
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <[email protected]>
  • Loading branch information
hiddeco committed Dec 7, 2023
1 parent 5942f39 commit 6ccc34c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/spec/v2beta2/README.md
Original file line number Diff line number Diff line change
@@ -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/)

0 comments on commit 6ccc34c

Please sign in to comment.