update readme.md

typo mistake
This commit is contained in:
Deepak 2023-04-09 19:57:01 +02:00 committed by GitHub
parent 61a23d284c
commit 2c6c847908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/st
### Forward Ports
```
k get services -n argocd
kubectl get services -n argocd
kubectl port-forward service/argocd-server -n argocd 8080:443
```