Files
auricom-home-cluster/kubernetes/apps/actions-runner-system/actions-runner-controller/app/helmrelease.yaml

29 lines
698 B
YAML

---
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta1.json
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: actions-runner-controller
namespace: actions-runner-system
spec:
interval: 30m
chart:
spec:
chart: gha-runner-scale-set-controller
version: 0.8.1
sourceRef:
kind: HelmRepository
name: actions-runner-controller
namespace: flux-system
install:
crds: CreateReplace
remediation:
retries: 3
upgrade:
cleanupOnFail: true
crds: CreateReplace
remediation:
retries: 3
uninstall:
keepHistory: false