fix helm install md (#1672)
Signed-off-by: fsl <1171313930@qq.com> Signed-off-by: fsl <1171313930@qq.com>pull/1673/head
parent
ca66f888d5
commit
a918b83058
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue