diff --git a/docs/getting_started.md b/docs/getting_started.md index 3e5ec90f2e365..38cdcead41c64 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -109,7 +109,7 @@ After connecting a git repository, select the guestbook application for creation Applications can be also be created using the ArgoCD CLI: ``` -argocd app create --name guestbook-default --repo https://github.com/argoproj/argocd-example-apps.git --path examples/guestbook --env minikube +argocd app create --name guestbook-default --repo https://github.com/argoproj/argocd-example-apps.git --path guestbook --env default ``` ## 7. Sync (deploy) the application @@ -164,4 +164,4 @@ ArgoCD supports additional features such as SSO, WebHooks, RBAC. See the followi these up: * [Configuring SSO](sso.md) * [Configuring RBAC](rbac.md) -* [Configuring WebHooks](webhook.md) \ No newline at end of file +* [Configuring WebHooks](webhook.md)