Created
March 20, 2025 08:29
-
-
Save knowlet/c925101563c5dad57bef9c0e5fb71457 to your computer and use it in GitHub Desktop.
Deploy GitHub Actions Controller with K3s helm-controller
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: helm.cattle.io/v1 | |
kind: HelmChart | |
metadata: | |
name: arc-runner-set | |
namespace: kube-system | |
spec: | |
chart: oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set | |
set: | |
githubConfigUrl: "https://github.com/<your_enterprise/org/repo>" | |
githubConfigSecret.github_token: "<PAT>" | |
containerMode.type: dind | |
targetNamespace: arc-runners | |
createNamespace: true | |
status: | |
jobName: helm-install-arc-runner-set |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: helm.cattle.io/v1 | |
kind: HelmChart | |
metadata: | |
name: arc | |
namespace: kube-system | |
spec: | |
chart: oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller | |
targetNamespace: arc-systems | |
createNamespace: true | |
status: | |
jobName: helm-install-arc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment