add manager role extra rules

This commit is contained in:
Nikola Jokic
2026-01-16 18:46:21 +01:00
parent d28d439597
commit 4f3f663603
4 changed files with 206 additions and 0 deletions

View File

@@ -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.