Skip to content

Commit d2939db

Browse files
committed
set the volumeMounts in the right place :)
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
1 parent 3c6d2ad commit d2939db

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

ci/cluster/oci/runners/16cpu-64gb/values.yaml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,19 @@ template:
180180
limits:
181181
memory: 68Gi
182182
cpu: 20
183+
volumeMounts:
184+
- name: work
185+
mountPath: /home/runner/
186+
subPath: _work
187+
- name: work
188+
mountPath: /home/runner/
189+
subPath: .cache
190+
- name: work
191+
mountPath: /home/runner/
192+
subPath: .gradle
193+
- name: work
194+
mountPath: /home/runner/
195+
subPath: go
183196
- name: dind
184197
image: docker:dind
185198
args:
@@ -194,15 +207,6 @@ template:
194207
securityContext:
195208
privileged: true
196209
volumeMounts:
197-
- name: work
198-
mountPath: /home/runner/
199-
subPath: .cache
200-
- name: work
201-
mountPath: /home/runner/
202-
subPath: .gradle
203-
- name: work
204-
mountPath: /home/runner/
205-
subPath: go
206210
- name: work
207211
mountPath: /home/runner/
208212
subPath: _work

0 commit comments

Comments
 (0)