2021-05-11 06:30:57 +00:00
# Set actions-runner-controller settings for testing
2022-03-12 12:11:16 +00:00
logLevel : "-4"
2022-07-17 19:43:01 +09:00
imagePullSecrets : [ ]
2022-07-07 20:48:07 +09:00
image :
2022-07-17 19:43:01 +09:00
# This needs to be an empty array rather than a single-item array with empty name.
# Otherwise you end up with the following error on helm-upgrade:
# Error: UPGRADE FAILED: failed to create patch: map: map[] does not contain declared merge key: name && failed to create patch: map: map[] does not contain declared merge key: name
actionsRunnerImagePullSecrets : [ ]
2022-07-10 02:56:45 +00:00
runner :
statusUpdateHook :
enabled : true
rbac :
allowGrantingKubernetesContainerModePermissions : true
2021-05-11 06:30:57 +00:00
githubWebhookServer :
2022-07-17 19:43:01 +09:00
imagePullSecrets : [ ]
2022-03-12 12:11:16 +00:00
logLevel : "-4"
2021-05-11 06:30:57 +00:00
enabled : true
labels : {}
replicaCount : 1
syncPeriod : 10m
2022-02-17 09:16:28 +09:00
useRunnerGroupsVisibility : true
2021-05-11 06:30:57 +00:00
secret :
2022-02-17 09:16:28 +09:00
enabled : true
# create: true
2021-05-11 06:30:57 +00:00
name : "github-webhook-server"
### GitHub Webhook Configuration
#github_webhook_secret_token: ""
service :
type : NodePort
ports :
- port : 80
targetPort : http
protocol : TCP
name : http
nodePort : 31000
2022-12-10 08:24:28 +09:00
actionsMetricsServer :
imagePullSecrets : [ ]
logLevel : "-4"
enabled : true
labels : {}
replicaCount : 1
secret :
enabled : true
# create: true
name : "actions-metrics-server"
### GitHub Webhook Configuration
#github_webhook_secret_token: ""
service :
type : NodePort
ports :
- port : 80
targetPort : http
protocol : TCP
name : http
nodePort : 31001