Skip to content

Commit a918b83

Browse files
authored
fix helm install md (argoproj#1672)
Signed-off-by: fsl <[email protected]> Signed-off-by: fsl <[email protected]>
1 parent ca66f88 commit a918b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ helm dependency update
9393
Minimally:
9494

9595
```
96-
helm install charts/argo-cd --namespace argocd -n argo-cd
96+
helm install argocd argo/argo-cd -n argocd --create-namespace
9797
kubectl port-forward service/argo-cd-argocd-server -n argocd 8080:443
9898
```
9999

0 commit comments

Comments
 (0)