Skip to content

Commit 1c3cc79

Browse files
committed
Corrected typo
1 parent 551abe2 commit 1c3cc79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ Second, redirect traffic to Argo CD:
483483

484484
[source,bash]
485485
----
486-
$ kubectl --context minikube -n syn port-forward svc/Argo CD-server 8080:80
486+
$ kubectl --context minikube -n syn port-forward svc/argocd-server 8080:80
487487
----
488488

489489
And third, open http://localhost:8080 with the username `admin` and the password you copied in the previous step.

0 commit comments

Comments
 (0)