chart: Add rbac.allowGrantingKubernetesContainerModePermissions

This commit is contained in:
Yusuke Kuoka
2022-07-10 02:56:45 +00:00
parent 11cb9b7882
commit 7e4b6ebd6d
6 changed files with 134 additions and 1 deletions

View File

@@ -43,6 +43,17 @@ spec:
# Non-standard working directory
#
# workDir: "/"
# # Uncomment the below to enable the kubernetes container mode
# # See https://github.com/actions-runner-controller/actions-runner-controller#runner-with-k8s-jobs
containerMode: kubernetes
workVolumeClaimTemplate:
accessModes:
- ReadWriteOnce
storageClassName: "${NAME}-runner-work-dir"
resources:
requests:
storage: 10Gi
---
apiVersion: actions.summerwind.dev/v1alpha1
kind: HorizontalRunnerAutoscaler