Migrations: add Gitaly configuration
Add configuration of Gitaly and associated secrets to migrations chart. Some migrations require access to Gitaly, meaning that we now need these present within the pod.
Adds
-
.Values.gitaly
template - ConfigMap
- move to
gitlab.yml.erb
- add
required
configuration of gitaly togitlab.scripts.configure
- trim
optional
fromgitlab.scripts.configure
- move to
- Update job with necessary mount template for Gitaly.
Closes #1189 (closed)