From 5942f39519e61870599ad7a2cc83c214f1dac6ad Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Thu, 7 Dec 2023 10:36:37 +0100 Subject: [PATCH] docs/spec/v2beta2: rewrite intro Signed-off-by: Hidde Beydals --- docs/spec/v2beta2/helmreleases.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/spec/v2beta2/helmreleases.md b/docs/spec/v2beta2/helmreleases.md index d8c35c860..f3575c4fb 100644 --- a/docs/spec/v2beta2/helmreleases.md +++ b/docs/spec/v2beta2/helmreleases.md @@ -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