georchestra / helm-georchestra

geOrchestra helm chart
3 stars 6 forks source link

Switch to kubernetes/git-sync for datadir initialization #74

Open edevosc2c opened 1 year ago

edevosc2c commented 1 year ago

Currently, we use a raw git command for cloning the datadir: https://github.com/georchestra/helm-georchestra/blob/main/templates/_bootstrap-georchestra-datadir.tpl

I recently came across an official way of git cloning inside Kubernetes: https://github.com/kubernetes/git-sync

This script has the benefit of offering many useful features for us: