From 72906d205bfee4bb7c43762d001938b71dcd69d4 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Mon, 20 May 2024 12:18:29 +0200 Subject: [PATCH] with certs --- infrastructure/gitea/actions.deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructure/gitea/actions.deployment.yaml b/infrastructure/gitea/actions.deployment.yaml index b6f5ed2..8670c35 100644 --- a/infrastructure/gitea/actions.deployment.yaml +++ b/infrastructure/gitea/actions.deployment.yaml @@ -42,6 +42,8 @@ spec: volumeMounts: - name: runner-data mountPath: /data + - name: docker-certs + mountPath: /certs - name: daemon image: docker:23.0.6-dind env: