We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5503caf commit 5942f39Copy full SHA for 5942f39
docs/spec/v2beta2/helmreleases.md
@@ -1,7 +1,9 @@
1
# Helm Releases
2
3
-The `HelmRelease` API defines a way to declaratively manage the lifecycle of
4
-Helm releases.
+The `HelmRelease` API allows for controller-driven reconciliation of Helm
+releases via Helm actions such as install, upgrade, test, uninstall, and
5
+rollback. In addition to this, it allows detecting and correcting cluster state
6
+drift from the desired release state.
7
8
## Example
9
0 commit comments