deis / charts

(OBSOLETE) Helm Classic v1 Charts for Deis Workflow
https://deis.com/workflow/
MIT License
45 stars 36 forks source link

feat(minio): Add option to use hostPath for minio storage #332

Closed tmc closed 7 years ago

tmc commented 8 years ago

This adds an option to minio to set up a hostPath volume. Running deis in minikube is a use case.

deis-bot commented 8 years ago

@jchauncey is a potential reviewer of this pull request based on my analysis of git blame information. Thanks @tmc!

helgi commented 8 years ago

You'll want to do those changes against workflow-dev. That's the chart we use as the basis for releases

bacongobbler commented 8 years ago

This will only work with single-node clusters where there is only one worker node available. As long as we're abundantly clear about that in the docs I'm OK with this.

rimusz commented 8 years ago

the option of nodeSelector should be there as well if the k8s cluster is not the single-node one.

bacongobbler commented 7 years ago

we've stopped development on helm-classic. Please re-open another PR on deis/minio against that chart. Thanks!