Merge pull request #386 from containscafeine/fix-minio-storage

Change minio volume to emptyDir from hostPath
This commit is contained in:
Andy Goldstein
2018-03-16 08:02:34 -04:00
committed by GitHub

View File

@@ -30,8 +30,7 @@ spec:
spec:
volumes:
- name: storage
hostPath:
path: /tmp/minio
emptyDir: {}
containers:
- name: minio
image: minio/minio:latest