Skip to content
Snippets Groups Projects
Commit 69894d9e authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

fix(CI): use PVC instead of local node's disk for /tmp

parent 3c3fc6eb
No related branches found
No related tags found
No related merge requests found
Pipeline #60349 waiting for manual action with stage
in 27 minutes and 51 seconds
......@@ -105,6 +105,13 @@ spec:
persistentVolumeClaim:
claimName: shared-binaries
- name: tmp
emptyDir: {}
ephemeral:
volumeClaimTemplate:
spec:
accessModes: [ "ReadWriteMany" ]
storageClassName: "longhorn-0"
resources:
requests:
storage: 50Gi
restartPolicy: Never
EOT
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment