From cbb61dd67ed7e5012e7b193b6f8b1efcddbd9e4a Mon Sep 17 00:00:00 2001 From: nold Date: Wed, 26 Jan 2022 08:54:17 +0100 Subject: [PATCH] Add: github-runner --- projects/github-runner/project.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 projects/github-runner/project.yaml diff --git a/projects/github-runner/project.yaml b/projects/github-runner/project.yaml new file mode 100644 index 00000000..85983f62 --- /dev/null +++ b/projects/github-runner/project.yaml @@ -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"