docs/spec/v2beta2: rewrite intro

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

View File

@ -1,7 +1,9 @@
# Helm Releases
The `HelmRelease` API defines a way to declaratively manage the lifecycle of
Helm releases.
The `HelmRelease` API allows for controller-driven reconciliation of Helm
releases via Helm actions such as install, upgrade, test, uninstall, and
rollback. In addition to this, it allows detecting and correcting cluster state
drift from the desired release state.
## Example