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 82057ae
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 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
volumeMountes:
- 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:
Expand All @@ -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
Expand Down

0 comments on commit 82057ae

Please sign in to comment.