This commit is contained in:
Deepak 2023-04-09 19:10:07 +00:00 committed by GitHub
commit 64b675f3e7
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
```