We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d32f24 commit 361dbbaCopy full SHA for 361dbba
k8s/github-runners/actions-runner-controller.yaml
@@ -0,0 +1,21 @@
1
+apiVersion: argoproj.io/v1alpha1
2
+kind: Application
3
+metadata:
4
+ name: gha-runner-scale-set-controller
5
+ namespace: apps
6
+spec:
7
+ project: apps
8
+ source:
9
+ chart: gha-runner-scale-set-controller
10
+ repoURL: ghcr.io/actions/actions-runner-controller-charts
11
+ targetRevision: 0.10.1
12
+ helm:
13
+ releaseName: gha-runner-scale-set-controller
14
+ destination:
15
+ server: "https://kubernetes.default.svc"
16
+ namespace: actions-runner-controller
17
+ syncPolicy:
18
+ automated:
19
+ prune: true
20
+ selfHeal: true
21
+ allowEmpty: false
k8s/github-runners/namespace.yaml
@@ -0,0 +1,4 @@
+apiVersion: v1
+kind: Namespace
+ name: actions-runner-controller
0 commit comments