Skip to content

Commit

Permalink
Fix issue in starting telepresence for remote debugging (argoproj#18860)
Browse files Browse the repository at this point in the history
Signed-off-by: TheCoolDrop <vanio.begic123@gmail.com>
Co-authored-by: pasha-codefresh <pavel@codefresh.io>
  • Loading branch information
thecooldrop and pasha-codefresh committed Jul 1, 2024
1 parent dc8be08 commit eca1f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/debugging-remote-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ curl -sSfL https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/i
Connect to one of the services, for example, to debug the main ArgoCD server run:
```shell
kubectl config set-context --current --namespace argocd
telepresence helm install # Installs telepresence into your cluster
telepresence helm install --set agent.securityContext={} # Installs telepresence into your cluster
telepresence connect # Starts the connection to your cluster (bound to the current namespace)
telepresence intercept argocd-server --port 8080:http --env-file .envrc.remote # Starts the interception
```
Expand Down

0 comments on commit eca1f21

Please sign in to comment.