mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-19 02:25:02 +08:00
add manager role extra rules
This commit is contained in:
@@ -102,6 +102,13 @@ resource:
|
||||
metadata:
|
||||
labels: {}
|
||||
annotations: {}
|
||||
|
||||
# Specifies metadata that will be applied to the manager Role resource
|
||||
managerRole:
|
||||
metadata:
|
||||
labels: {}
|
||||
annotations: {}
|
||||
extraRules: []
|
||||
|
||||
# TODO: Add more resource customizations when needed
|
||||
|
||||
@@ -153,6 +160,7 @@ runner:
|
||||
controllerServiceAccount:
|
||||
namespace: ""
|
||||
name: ""
|
||||
|
||||
## listenerMetrics are configurable metrics applied to the listener.
|
||||
## In order to avoid helm merging these fields, we left the metrics commented out.
|
||||
## When configuring metrics, please uncomment the listenerMetrics object below.
|
||||
|
||||
Reference in New Issue
Block a user