fix(argo-cd): helm3 install does not have flag --name (#1001)
* fix(helm3): install does not have flag --name Signed-off-by: Cyril Corbon <corboncyril@gmail.com> * Update charts/argo-cd/Chart.yaml Co-authored-by: Marko Bevc <marko.bevc@gmail.com> Signed-off-by: Cyril Corbon <corboncyril@gmail.com> Co-authored-by: Marko Bevc <marko.bevc@gmail.com>
This commit is contained in:
parent
e8c59dc079
commit
6fe7f57fb2
3 changed files with 4 additions and 4 deletions
|
|
@ -175,7 +175,7 @@ To install the chart with the release name `my-release`:
|
|||
$ helm repo add argo https://argoproj.github.io/argo-helm
|
||||
"argo" has been added to your repositories
|
||||
|
||||
$ helm install --name my-release argo/argo-cd
|
||||
$ helm install my-release argo/argo-cd
|
||||
NAME: my-release
|
||||
...
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue