mirror of
https://github.com/nold360/hive-apps
synced 2024-11-10 15:56:38 +00:00
19 lines
440 B
YAML
19 lines
440 B
YAML
|
config:
|
||
|
description: Github Action Runner
|
||
|
syncWave: 100
|
||
|
|
||
|
apps:
|
||
|
- name: github-runner
|
||
|
repoURL: https://github.com/actions-runner-controller/actions-runner-controller/
|
||
|
path: charts/actions-runner-controller
|
||
|
targetRevision: master
|
||
|
secrets:
|
||
|
- name: controller-manager
|
||
|
keys:
|
||
|
- github_token
|
||
|
parameters:
|
||
|
- name: securityContext.runAsNonRoot
|
||
|
value: "true"
|
||
|
- name: securityContext.runAsUser
|
||
|
value: "1000"
|