From a4e9e566bf4c2ce2a72f4a118de286af0a3a8b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Tue, 28 Oct 2025 18:06:59 +0100 Subject: [PATCH] chore(gitea-runners): Updated values for Dind support --- manifests/artemis/gitea-runners/values.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifests/artemis/gitea-runners/values.yaml b/manifests/artemis/gitea-runners/values.yaml index 4c497e0..bec1cc2 100644 --- a/manifests/artemis/gitea-runners/values.yaml +++ b/manifests/artemis/gitea-runners/values.yaml @@ -79,8 +79,6 @@ 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: "unix:///var/run/docker.sock" - name: DOCKER_TLS_CERTDIR value: "" # - name: "DOCKER_IPTABLES_LEGACY"