Skip to content

Commit

Permalink
set the volumeMounts in the right place :)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Sica <[email protected]>
  • Loading branch information
jeefy committed Mar 8, 2025
1 parent 3c6d2ad commit d49bb98
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions ci/cluster/oci/runners/16cpu-64gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,19 @@ template:
limits:
memory: 68Gi
cpu: 20
volumeMounts:
- name: work
mountPath: /home/runner/_work
subPath: _work
- name: work
mountPath: /home/runner/.cache
subPath: .cache
- name: work
mountPath: /home/runner/.gradle
subPath: .gradle
- name: work
mountPath: /home/runner/go
subPath: go
- name: dind
image: docker:dind
args:
Expand All @@ -195,16 +208,7 @@ template:
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/
mountPath: /home/runner/_work
subPath: _work
- name: dind-sock
mountPath: /run/docker
Expand Down

0 comments on commit d49bb98

Please sign in to comment.