mirror of
https://github.com/vmware-tanzu/velero.git
synced 2025-12-23 06:15:21 +00:00
Change minio volume to emptyDir from hostPath
This commit changes the type of volume mounted inside the minio pod from hostPath to emptyDir. This is done because minio requires at least 1Gi to start, but the default hostPath under /tmp in minishift does not have enough capacity. Fixes #382 Signed-off-by: Shubham <shubham@linux.com>
This commit is contained in:
committed by
Shubham
parent
3172e907a1
commit
fd2bf9f03a
@@ -30,8 +30,7 @@ spec:
|
||||
spec:
|
||||
volumes:
|
||||
- name: storage
|
||||
hostPath:
|
||||
path: /tmp/minio
|
||||
emptyDir: {}
|
||||
containers:
|
||||
- name: minio
|
||||
image: minio/minio:latest
|
||||
|
||||
Reference in New Issue
Block a user