Skip to content

Commit

Permalink
Merge pull request #1 from baroonjha/patch-1
Browse files Browse the repository at this point in the history
Update 01-install.md
  • Loading branch information
iam-veeramalla authored Jul 29, 2024
2 parents ce66e0a + 9f16dfb commit d9b179f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gitops/argocd/01-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/st
```bash
kubectl patch svc argocd-server -n argocd -p '{"spec": {"type": "LoadBalancer"}}'
```
## Access the Argo CD UI (Loadbalancer service) -For Windows

```bash
kubectl patch svc argocd-server -n argocd -p '{\"spec\": {\"type\": \"LoadBalancer\"}}'
```

## Get the Loadbalancer service IP

Expand Down

0 comments on commit d9b179f

Please sign in to comment.