From d2939db1440c9f22c70daaa192e2f06b3cc4dd31 Mon Sep 17 00:00:00 2001 From: Jeffrey Sica Date: Fri, 7 Mar 2025 21:53:19 -0600 Subject: [PATCH] set the volumeMounts in the right place :) Signed-off-by: Jeffrey Sica --- ci/cluster/oci/runners/16cpu-64gb/values.yaml | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/ci/cluster/oci/runners/16cpu-64gb/values.yaml b/ci/cluster/oci/runners/16cpu-64gb/values.yaml index 4890561..9a58371 100644 --- a/ci/cluster/oci/runners/16cpu-64gb/values.yaml +++ b/ci/cluster/oci/runners/16cpu-64gb/values.yaml @@ -180,6 +180,19 @@ template: limits: memory: 68Gi cpu: 20 + volumeMounts: + - name: work + mountPath: /home/runner/ + subPath: _work + - name: work + mountPath: /home/runner/ + subPath: .cache + - name: work + mountPath: /home/runner/ + subPath: .gradle + - name: work + mountPath: /home/runner/ + subPath: go - name: dind image: docker:dind args: @@ -194,15 +207,6 @@ template: securityContext: privileged: true volumeMounts: - - name: work - mountPath: /home/runner/ - subPath: .cache - - name: work - mountPath: /home/runner/ - subPath: .gradle - - name: work - mountPath: /home/runner/ - subPath: go - name: work mountPath: /home/runner/ subPath: _work