diff --git a/manifests/artemis/gitea-runners/values.yaml b/manifests/artemis/gitea-runners/values.yaml index 17fa5aa..0a2911f 100644 --- a/manifests/artemis/gitea-runners/values.yaml +++ b/manifests/artemis/gitea-runners/values.yaml @@ -44,6 +44,11 @@ statefulset: tag: 0.2.13 pullPolicy: IfNotPresent extraVolumeMounts: [] + extraEnvs: + - name: DOCKER_HOST + value: tcp://localhost:2376 + - name: DOCKER_BUILDKIT + value: "1" # See full example here: https://gitea.com/gitea/act_runner/src/branch/main/internal/pkg/config/config.example.yaml config: | @@ -71,7 +76,10 @@ statefulset: # If the container keeps crashing in your environment, you might have to add the `DOCKER_IPTABLES_LEGACY` environment variable. # See https://github.com/docker-library/docker/issues/463#issuecomment-1881909456 extraEnvs: - [] + - name: DOCKER_HOST + value: tcp://localhost:2376 + - name: DOCKER_TLS_CERTDIR + value: "" # - name: "DOCKER_IPTABLES_LEGACY" # value: "1"