fix helm install md (#1672)

Signed-off-by: fsl <1171313930@qq.com>

Signed-off-by: fsl <1171313930@qq.com>
pull/1673/head
fsl 2022-11-29 10:56:17 +08:00 committed by GitHub
parent ca66f888d5
commit a918b83058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ helm dependency update
Minimally:
```
helm install charts/argo-cd --namespace argocd -n argo-cd
helm install argocd argo/argo-cd -n argocd --create-namespace
kubectl port-forward service/argo-cd-argocd-server -n argocd 8080:443
```