mirror of
https://github.com/nold360/hive-apps
synced 2024-11-13 01:06:39 +00:00
18 lines
440 B
YAML
18 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"
|