mirror of
https://github.com/nold360/hive-apps
synced 2024-11-19 03:59:31 +00:00
Add: github-runner
This commit is contained in:
parent
8803e6cf59
commit
cbb61dd67e
1 changed files with 18 additions and 0 deletions
18
projects/github-runner/project.yaml
Normal file
18
projects/github-runner/project.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
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"
|
Loading…
Reference in a new issue