Skip to content

Commit c9e8704

Browse files
authored
doc: disable gitlab clusterwide default access in case of use additional sa for runners
1 parent 6569044 commit c9e8704

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/FAQ.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,13 @@ runners:
221221
...
222222
...
223223
```
224+
* Disable cluster-wide access for the default Service Account:
225+
```
226+
...
227+
rbac:
228+
clusterWideAccess: false
229+
...
230+
```
224231

225232
## Monitoring
226233
This boilerplate provides two solutions for monitoring:

0 commit comments

Comments
 (0)