This commit is contained in:
Nikola Jokic
2026-01-19 18:34:20 +01:00
parent 5b7873ee9a
commit d253b5b13a
6 changed files with 225 additions and 1 deletions

View File

@@ -123,6 +123,25 @@ resource:
labels: {}
annotations: {}
# Specifies metadata that will be applied to the kubernetes-mode RoleBinding
# (created when runner.mode is "kubernetes" and a ServiceAccountName is not provided).
kubernetesModeRoleBinding:
metadata:
labels: {}
annotations: {}
# Specifies metadata that will be applied to the kubernetes-mode Role.
kubernetesModeRole:
metadata:
labels: {}
annotations: {}
# Specifies metadata that will be applied to the kubernetes-mode ServiceAccount.
kubernetesModeServiceAccount:
metadata:
labels: {}
annotations: {}
# TODO: Add more resource customizations when needed
# Template applied for the runner container
@@ -146,7 +165,7 @@ runner:
kubernetesMode:
default: true
serviceAccountName: ""
extraPermissions: []
extraRules: []
extension: {}
## A self-signed CA certificate for communication with the GitHub server can be
## provided using a config map key selector. If `runnerMountPath` is set, for