Rebase Gitea act-runner
This commit is contained in:
@ -0,0 +1,26 @@
|
||||
# Source: gitea-actions/templates/config-act-runner.yaml
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: gitea-actions-act-runner-config
|
||||
namespace: gitea
|
||||
labels:
|
||||
helm.sh/chart: gitea-actions-0.1.0
|
||||
app: gitea-actions
|
||||
app.kubernetes.io/name: gitea-actions
|
||||
app.kubernetes.io/instance: gitea-actions
|
||||
app.kubernetes.io/version: "1.24.2-rootless"
|
||||
version: "1.24.2-rootless"
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
data:
|
||||
config.yaml: |
|
||||
log:
|
||||
level: debug
|
||||
cache:
|
||||
enabled: true
|
||||
container:
|
||||
options: >
|
||||
-v /dev/kvm:/dev/kvm
|
||||
privileged: true
|
||||
valid_volumes:
|
||||
- /dev/kvm
|
Reference in New Issue
Block a user