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.
2 parents da0e58c + d0e1456 commit f82a9dcCopy full SHA for f82a9dc
examples/github-runner-scale-set-controller.yaml
@@ -0,0 +1,17 @@
1
+apiVersion: config.projectsveltos.io/v1beta1
2
+kind: ClusterProfile
3
+metadata:
4
+ name: runner-scale-set-controller
5
+spec:
6
+ clusterSelector:
7
+ matchLabels:
8
+ env: fv
9
+ syncMode: Continuous
10
+ helmCharts:
11
+ - chartName: gha-runner-scale-set-controller
12
+ chartVersion: "0.12.1"
13
+ helmChartAction: Install
14
+ releaseName: arc
15
+ releaseNamespace: arc-systems
16
+ repositoryName: gha-runner-scale-set-controller
17
+ repositoryURL: oci://ghcr.io/actions/actions-runner-controller-charts
0 commit comments