Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Didrik Finnøy <djfinnoy@protonmail.com>
  • Loading branch information
djfinnoy committed Jul 1, 2022
1 parent 15e09f7 commit 5bd180c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/kustomize.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ Kustomize does not support parameters and therefore cannot support the standard

It's possible to [render Helm charts with Kustomize](https://github.com/kubernetes-sigs/kustomize/blob/master/examples/chart.md).
Doing so requires that you pass the `--enable-helm` flag to the `kustomize build` command.
This flag is not part of the Kustomize options within ArgoCD.
If you would like to render Helm charts through Kustomize in an ArgoCD application, you have two options:
This flag is not part of the Kustomize options within Argo CD.
If you would like to render Helm charts through Kustomize in an Argo CD application, you have two options:
You can either create a [custom plugin](https://argo-cd.readthedocs.io/en/stable/user-guide/config-management-plugins/), or modify the `argocd-cm` ConfigMap to include the `--enable-helm` flag globally for all Kustomize applications:

```
Expand Down

0 comments on commit 5bd180c

Please sign in to comment.