Skip to content

Commit

Permalink
docs(helm): clarify that helm is only used to inflate chart (argoproj…
Browse files Browse the repository at this point in the history
…#11692)

* docs(helm): helm use to inflate chart

Signed-off-by: emirot <[email protected]>

* docs(helm): helm use to inflate chart

Signed-off-by: emirot <[email protected]>

* Update helm.md

Signed-off-by: Nolan Emirot <[email protected]>

* docs: add helm info

Signed-off-by: emirot <[email protected]>

* Update docs/user-guide/helm.md

Signed-off-by: Michael Crenshaw <[email protected]>

---------

Signed-off-by: emirot <[email protected]>
Signed-off-by: Nolan Emirot <[email protected]>
Signed-off-by: Michael Crenshaw <[email protected]>
Co-authored-by: Michael Crenshaw <[email protected]>
  • Loading branch information
emirot and crenshaw-dev authored Jan 30, 2023
1 parent ac96269 commit 062e245
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/user-guide/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Declarative

You can install Helm charts through the UI, or in the declarative GitOps way. Here is an example:
You can install Helm charts through the UI, or in the declarative GitOps way.
Helm is [only used to inflate charts with `helm template`](../../faq#after-deploying-my-helm-application-with-argo-cd-i-cannot-see-it-with-helm-ls-and-other-helm-commands). The lifecycle of the application is handled by Argo CD instead of Helm.
Here is an example:

```yaml
apiVersion: argoproj.io/v1alpha1
Expand Down

0 comments on commit 062e245

Please sign in to comment.