change base image for k8s conformity

This commit is contained in:
2024-05-02 17:26:36 +02:00
parent 123412e073
commit 25ab46e69a
2 changed files with 5 additions and 2 deletions

View File

@@ -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