Skip to content

Configure direct Object Storage for LFS

Jason Plum requested to merge 272-object-storage-lfs into master

Enable LFS for Unicorn, making use of recently added direct_upload setting.

  • Add git-lfs bucket to minio default values.
  • Copy minioHost helper function to unicorn chart
  • Add (conditional) Minio secret mount to unicorn deployment
  • Add (conditional) copy of the Minio secrets to the initContainer for unicorn
  • Add configuration into gitlab.yml.erb section, with conditional for Minio settings population based on .Values.minio.enabled
  • Add to documentation of Unicorn chart, for all introduced settings.

Closes #272 (closed)

Closes #242 (closed)

WIP: Not working during git push at this time. Attempting to isolate the problem.

git push problems have been resolved, with help of @nolith

Edited by Jason Plum

Merge request reports