Skip to content

Commit

Permalink
add pvc to work dir for gha runners
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
  • Loading branch information
jeefy committed Mar 5, 2025
1 parent 49f2ad7 commit d75ed58
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ci/cluster/oci/runners/16cpu-64gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,11 @@ template:
mountPath: /home/runner/externals
volumes:
- name: work
emptyDir: {}
ephemeral:
volumeClaimTemplate:
spec:
accessModes: [ "ReadWriteOnce" ]
storageClassName: oci-bv
resources:
requests:
storage: 50Gi

0 comments on commit d75ed58

Please sign in to comment.