change base image for k8s conformity
This commit is contained in:
@@ -13,6 +13,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: actions-runner
|
||||
hostname: kube-runner
|
||||
image: actions-runner
|
||||
securityContext:
|
||||
privileged: true # Add this line to allow running Docker
|
||||
@@ -31,3 +32,5 @@ spec:
|
||||
secretKeyRef:
|
||||
name: actions-runner-secret
|
||||
key: runner-token
|
||||
- name: GITEA_RUNNER_LABELS
|
||||
value: k8s
|
||||
|
Reference in New Issue
Block a user