docs/spec/v2beta2: rewrite intro
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
parent
8a9acd6ce7
commit
0075f20efb
|
@ -1,7 +1,9 @@
|
||||||
# Helm Releases
|
# Helm Releases
|
||||||
|
|
||||||
The `HelmRelease` API defines a way to declaratively manage the lifecycle of
|
The `HelmRelease` API allows for controller-driven reconciliation of Helm
|
||||||
Helm releases.
|
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
|
## Example
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue