Skip to content

Commit

Permalink
feat(github): add runner jazzlyn/kind-flux-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Jan 13, 2024
1 parent ff9708d commit c92dde8
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta2.json
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: jazzlyn-kind-flux-demo
spec:
interval: 30m
chart:
spec:
chart: gha-runner-scale-set
version: 0.8.1
sourceRef:
kind: HelmRepository
name: actions-runner-controller-charts
namespace: flux-system
interval: 30m
values:
runnerScaleSetName: arc-runner-set-kind-flux-demo
githubConfigUrl: https://github.com/jazzlyn/kind-flux-demo
minRunners: 0
maxRunners: 3
containerMode:
type: dind
template:
spec:
containers:
- name: runner
image: ghcr.io/onedr0p/github-actions-runner:rolling@sha256:97b74a2c9ae3f573e5168a247d3e0a14bd18aaf1e7b1003192090f4a089a8c07
valuesFrom:
- kind: Secret
name: jazzlyn-runners
valuesKey: github_app_id
targetPath: githubConfigSecret.github_app_id
- kind: Secret
name: jazzlyn-runners
valuesKey: github_app_installation_id
targetPath: githubConfigSecret.github_app_installation_id
- kind: Secret
name: jazzlyn-runners
valuesKey: github_app_private_key
targetPath: githubConfigSecret.github_app_private_key
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ namespace: github
resources:
- jazzlyn/secrets.sops.yaml
- jazzlyn/gh-actions-demo/helm-release.yaml
- jazzlyn/kind-flux-demo/helm-release.yaml
- organization/secrets.sops.yaml
- organization/helm-release.yaml
- tyriis/secrets.sops.yaml
Expand Down

0 comments on commit c92dde8

Please sign in to comment.