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 e183c2f commit 441c7c4Copy full SHA for 441c7c4
k8s/github-runners/actions-runner-controller.yaml
@@ -0,0 +1,21 @@
1
+apiVersion: argoproj.io/v1alpha1
2
+kind: Application
3
+metadata:
4
+ name: actions-runner-controller
5
+ namespace: apps
6
+spec:
7
+ project: apps
8
+ source:
9
+ chart: actions-runner-controller
10
+ repoURL: https://actions-runner-controller.github.io/actions-runner-controller
11
+ targetRevision: 0.10.1
12
+ helm:
13
+ releaseName: actions-runner-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
0 commit comments