Skip to content

Commit

Permalink
Merge pull request #574 from codingben/CNV-53190
Browse files Browse the repository at this point in the history
fix(CNV-53190): use emptyDir to store downloaded disk
  • Loading branch information
kubevirt-bot authored Jan 13, 2025
2 parents 1730672 + a11d8f7 commit fd46251
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release/tasks/disk-uploader/disk-uploader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,9 @@ spec:
memory: "3Gi"
limits:
memory: "5Gi"
volumeMounts:
- mountPath: /tmp
name: disk
volumes:
- name: disk
emptyDir: {}
6 changes: 6 additions & 0 deletions templates/disk-uploader/manifests/disk-uploader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,9 @@ spec:
memory: "3Gi"
limits:
memory: "5Gi"
volumeMounts:
- mountPath: /tmp
name: disk
volumes:
- name: disk
emptyDir: {}

0 comments on commit fd46251

Please sign in to comment.