mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-05-31 19:36:22 +00:00
Merge pull request #386 from containscafeine/fix-minio-storage
Change minio volume to emptyDir from hostPath
This commit is contained in:
@@ -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