Skip to content

Commit

Permalink
Fix gitlab rbac config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythoner6 committed Feb 2, 2024
1 parent 690be49 commit 36c4316
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion k8s/gitlab/gitlab.cue
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,10 @@ kustomizations: helm: manifest: {
replicas: 3
nodeSelector: storage: "yes"
unregisterRunners: true
rbac:
rbac: {
create: true
clusterWideAccess: true
}
runners: config: """
[[runners]]
[runners.kubernetes]
Expand Down

0 comments on commit 36c4316

Please sign in to comment.