actions-runner-controller/charts/gha-runner-scale-set/tests/values_k8s_novolume_custom_...

14 lines
275 B
YAML

githubConfigUrl: https://github.com/actions
githubConfigSecret:
github_token: gh_token12345
containerMode:
type: kubernetes-novolume
controllerServiceAccount:
name: arc
namespace: arc-system
template:
spec:
volumes:
- name: custom-volume
emptyDir: {}