fluxcd: add act runners

This commit is contained in:
Márcio Fernandes
2026-06-06 04:06:16 +00:00
parent 73a1a2fe05
commit 86fda959d2
17 changed files with 94 additions and 25 deletions
@@ -0,0 +1,25 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: act-runner
data:
config.yaml: |
log:
level: info
runner:
capacity: 4
labels:
- kubectl
- helm
- ansible
- ubuntu
- network-utils
- deploy
- amd64
- casa-vlan-cicd
cache:
enabled: false
host:
workdir: "/data/runner"