From 98cd6b3cfc41351b2c734981f0ec593be3d39c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Sat, 6 Sep 2025 16:16:10 +0800 Subject: [PATCH] add host --- drone/drone-runner-deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drone/drone-runner-deployment.yaml b/drone/drone-runner-deployment.yaml index 1bd0e99..23929a9 100644 --- a/drone/drone-runner-deployment.yaml +++ b/drone/drone-runner-deployment.yaml @@ -36,3 +36,5 @@ spec: value: "IfNotPresent" - name: DRONE_RUNNER_IMAGE_PULL_SECRETS value: "" + - name: DRONE_RUNNER_VOLUMES + value: "/opt/drone-cache/maven:/opt/drone-cache/maven"