Skip to content
Snippets Groups Projects
Commit d9df8321 authored by Roshni Sarangadharan's avatar Roshni Sarangadharan :palm_tree:
Browse files

Merge branch 'docs-deprecate-service-account-name' into 'main'

parents a6c07eb2 1390e28b
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,16 @@ For GitLab Runner to run properly, you must set these values in your configurati
- `gitlabUrl`: The full URL of the GitLab server (like `https://gitlab.example.com`) to register the runner against.
- `rbac: { create: true }`: Create RBAC (role-based access control) rules for the GitLab Runner to create
pods to run jobs in.
- Prefer to use an existing `serviceAccount`? You should also set `rbac: { serviceAccountName: "SERVICE_ACCOUNT_NAME" }`.
- If you want to use an existing `serviceAccount`, add your service account name in `rbac`:
```yaml
rbac:
create: false
serviceAccount:
create: false
name: your-service-account
```
- To learn about the minimal permissions the `serviceAccount` requires, see
[Configure runner API permissions](../executors/kubernetes/_index.md#configure-runner-api-permissions).
- `runnerToken`: The authentication token obtained when you
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment