Skip to content

Commit 4914151

Browse files
Update tutorials/easydeploy-gitlab-runner/index.mdx
Co-authored-by: ldecarvalho-doc <[email protected]>
1 parent feed84a commit 4914151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/easydeploy-gitlab-runner/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This setup enables you to optimize resource utilization, reduce overhead, and en
3737
</Message>
3838
7. Optionally, customize the default configuration for GitLab Runner using [Helm Charts](/tutorials/kubernetes-package-management-helm/). If you do not need any customized configuration you can skip this step.
3939
8. **Provide the following GitLab details:**
40-
- **GitLab URL (`gitlabUrl`)**: Go to your GitLab project, click **Settings > CI/CD > Runners**, and copy the GitLab instance URL.
40+
- **GitLab URL (`gitlabUrl`)**: Go to your GitLab project, click **Settings > CI/CD > Runners**, and copy the GitLab Instance URL.
4141
- **Registration Token (`runnerToken`)**: Under the **Specific Runners** section in **Settings > CI/CD > Runners**, copy the registration token for your project. These are necessary to allow GitLab Runner to register correctly with your GitLab project.
4242
```yaml
4343
gitlabUrl: https://your-gitlab.com

0 commit comments

Comments
 (0)